Blogger Information
Blog 175
fans 1
comment 0
visits 384381
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
nvm管理node是真的香
dxp2tq的博客
Original
1076 people have browsed it
  1. nvm下载安装
    https://github.com/coreybutler/nvm-windows/releases
    下载nvm-setup.zip

安装完成
打开cmd,输入nvm -v,返回版本号,说明成功

  1. 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!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post