Changes between Initial Version and Version 1 of Ticket #54167, comment 2


Ignore:
Timestamp:
May 14, 2017, 3:30:57 AM (7 years ago)
Author:
paxperscientiam (Chris)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54167, comment 2

    initial v1  
    1818
    1919
     20'''EDIT:'''
     21> In my case, port tried to use the wrong touch. Instead of using /usr/bin/touch, it attempted to use ${prefix}/touch, which corresponds to touch.js in the global node modules directory.
     22
     23What I should have said is that port tried to use `${prefix}/bin/touch`, which maps to `${prefix}/lib/node_modules/something/touch.js`
     24
     25
     26