文章目录
- 1 安装
- 2 使用
1 安装
下载
https://nodejs.org/dist/v16.3.0
2 使用
常规
npm install [name]
修改为淘宝NPM镜像
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install [name]
重构项目依赖:
npm rebuild node-sass
npm update
微信扫一扫
下载
https://nodejs.org/dist/v16.3.0
常规
npm install [name]
修改为淘宝NPM镜像
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install [name]
重构项目依赖:
npm rebuild node-sass
npm update
相关推荐