Monday 29 May 2017

If anyone's using zsh-nvm you can now test the Node.js V8.0.0 RC with `nvm install rc`

If anyone's using zsh-nvm I just added nightly/rc functionality to nvm install. If you update you can do nvm use|install nightly|rc.% nvm install rc Downloading and installing node v8.0.0-rc.1... Downloading http://ift.tt/2qutpof... ######################################################################## 100.0% Computing checksum with shasum -a 256 Checksums matched! Now using node v8.0.0-rc.1 (npm v5.0.0-beta.56) rc -> v8.0.0-rc.1 Clearing mirror cache... Done! % node --version v8.0.0-rc.1 If you're using nvm but you don't wanna use zsh-nvm then you can paste this into your terminal:NVM_NODEJS_ORG_MIRROR=http://ift.tt/1JEnSxm nvm install node && nvm alias rc "$(node --version)" nvm ls-remote > /dev/null 2>&1 Enjoy :)

Submitted May 29, 2017 at 12:39PM by dyslexiccoder

No comments:

Post a Comment