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

Add nvm #863

Merged
merged 3 commits into from
Jun 14, 2016
Merged

Add nvm #863

merged 3 commits into from
Jun 14, 2016

Conversation

ntwb
Copy link
Contributor

@ntwb ntwb commented Apr 5, 2016

Initial support using nvm to allow alternate NodeJS versions to be installed,
https://github.com/creationix/nvm#manual-install

• By default no additional NodeJS versions are installed and the default installed NodeJS system version is used, currently this is 0.10.x, #779 updates this to 0.12.x.

• To install additional NodeJS versions use nvm install 4, or nvm install 5 for the latest v4.x or v5.x branches respectively,

• To list installed NodeJS versions use nvm list

• To switch to an installed NodeJS version use nvm use 4, or nvm use 5 for the current installed v4.x or v5.x branches respectively

Fixes #562 Use nvm instead of NodeJS, see also:
#779 Switch to NodeSource for NodeJS packages
#788 Update NodeJS version to most recent LTS (4.2.x)

@jeremyfelt
Copy link
Member

We're close on merging this, but I want to gather some decisions in #562 first.

@jeremyfelt
Copy link
Member

Now's a good a time as any. :) Let's try it out. Thanks @ntwb!

@jeremyfelt jeremyfelt merged commit 053434c into Varying-Vagrant-Vagrants:develop Jun 14, 2016
@ntwb ntwb deleted the nvm branch June 14, 2016 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants