linemanjs / heroku-buildpack-lineman

MIT License
4 stars 20 forks source link

Use npm binary by symlinking correct npm-cli into vendored node #22

Closed trobrock closed 10 years ago

trobrock commented 10 years ago

Not sure if this breaks other things, but this at least got me past linemanjs/heroku-buildpack-lineman#21

The issue was, one of the npm modules was spawning a subprocess that ran 'npm' and since the one in the path is not the one we should be using we got a failure.

searls commented 10 years ago

Seems to not break it

trobrock commented 10 years ago

Awesome, for the record the file that called out to npm was the 'cyclic.js' script that js2coffee runs during install.