访问
https://github.com/creationix/nvm
执行
Install script中的
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash
Usage中执行
nvm install node
nvm use node
查看版本
nvm run node --version
node -v
访问
https://github.com/creationix/nvm
执行
Install script中的
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash
Usage中执行
nvm install node
nvm use node
查看版本
nvm run node --version
node -v
本文标题:安装nvm和node
本文链接:https://www.haomeiwen.com/subject/nngpyttx.html
网友评论