Skip to content
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

[Travis] Put $PWD in front of nvm (fixes npm install) #2399

Merged
merged 1 commit into from
Aug 21, 2015
Merged

Conversation

ide
Copy link
Contributor

@ide ide commented Aug 21, 2015

There was a problem where NVM_DIR wasn't correctly configured, which meant that npm install was using whatever version of Node was on the system (0.12 in this case) despite having run nvm use iojs-v2. Fixing up NVM_DIR fixes the npm install errors and builds the native npm packages for the right version of Node.

There was a problem where NVM_DIR wasn't correctly configured, which meant that `npm install` was using whatever version of Node was on the system (0.12 in this case) despite having run `nvm use iojs-v2`. Fixing up NVM_DIR fixes the `npm install` errors and builds the native npm packages for the right version of Node.
@facebook-github-bot facebook-github-bot added GH Review: review-needed CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. labels Aug 21, 2015
@ide
Copy link
Contributor Author

ide commented Aug 21, 2015

cc @vjeux

can I just merge this or does it need to be synced?

@vjeux
Copy link
Contributor

vjeux commented Aug 21, 2015

We're not syncing it, you are all clear

@vjeux
Copy link
Contributor

vjeux commented Aug 21, 2015

Thanks for figuring it out :)

vjeux added a commit that referenced this pull request Aug 21, 2015
[Travis] Put $PWD in front of nvm  (fixes npm install)
@vjeux vjeux merged commit 4b420cc into facebook:master Aug 21, 2015
@ide ide deleted the nvm branch August 21, 2015 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants