minigrasshopper

npm安装模块

【$ npm install xxx】利用 npm 安装xxx模块到当前命令行所在目录;

【$ npm install -g xxx】利用npm安装全局模块xxx;

 

npm 删除模块

【$ npm uninstall xxx】删除xxx模块; 

【$ npm uninstall -g xxx】删除全局模块xxx;

 

cnpm淘宝镜像

npm install -g cnpm --registry=https://registry.npm.taobao.org

 

 

 

分类:

技术点:

相关文章:

  • 2021-08-06
  • 2021-08-06
  • 2021-11-04
  • 2021-08-04
猜你喜欢
  • 2021-12-20
  • 2021-08-06
  • 2021-11-12
  • 2021-08-06
  • 2021-08-04
  • 2021-08-04
  • 2021-08-04
相关资源
相似解决方案