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:
parent
488f7cfb9e
commit
e489cbb568
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user