- nvm下载安装
https://github.com/coreybutler/nvm-windows/releases
下载nvm-setup.zip
安装完成
打开cmd,输入nvm -v
,返回版本号,说明成功
- nvm安装node
nvm install v[node版本号]
cmd中输入nvm ls,列出node版本号
nvm install 14.10.0
nvm use 14.15.4
npm查看镜像源,设置镜像源
npm config get registry
npm config set registry https://registry.npm.taobao.org/
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!