-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option node_modules
for node.js builds
#1263
base: master
Are you sure you want to change the base?
Conversation
To turn off manipulating `$PATH`
The option |
Anything we can help with to get this forward? |
Thanks for the ping. I'll have a look into this next week. |
I'm sorry, I'll need a little longer to look into this as I wanted to talk to our friends at NPM for some advice. |
@joshk any updates in this regard? |
My workaround to this has been to prepend PATH to the rvm command:
|
Any update on this? It took me a while to find the source of the problem of why commands (e.g. My workaround is to remove the entry from PATH with a cross-platform compatible line like this: PATH=$(echo "$PATH" | sed 's/.\/node_modules\/.bin://') |
5f52bac
to
39a2872
Compare
b550246
to
e10c3aa
Compare
1a44841
to
4d03828
Compare
To turn off manipulating
$PATH
See travis-ci/travis-ci#8813, travis-ci/travis-ci#5092.