2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-11 07:10:40 +00:00

Update to node 6.10.0

This commit is contained in:
Steffen Rademacker 2017-03-19 13:31:24 +01:00
parent 488f7cfb9e
commit e489cbb568

View File

@ -1,8 +1,8 @@
#!/usr/bin/env zsh
nvm install 6.9.3
nvm use 6.9.3
nvm alias default 6.9.3
nvm install 6.10.0
nvm use 6.10.0
nvm alias default 6.10.0
curl -L https://www.npmjs.com/install.sh | sh
npm update -g