0
点赞
收藏
分享

微信扫一扫

node.js安装使用


文章目录

  • ​​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


举报

相关推荐

0 条评论