码迷,mamicode.com
首页 > 其他好文 > 详细

前段汇总

时间:2020-05-21 00:21:58      阅读:48      评论:0      收藏:0      [点我收藏+]

标签:details   安装位置   errors   conf   detail   csdn   http   art   位置   

  • 设置npm的源 不使用cnpm命令,直接设置NPM为淘宝镜像
    npm config set registry https://registry.npm.taobao.org
    然后验证
    npm config get registry
  • 全局删除npm安装模块 http://www.imooc.com/wenda/detail/605712
  • 设置全局模块安装位置和缓存位置
      npm config set prefix "D:\nodejs\node_global"
      npm config set cache "D:\nodejs\node_cache"
  • 查看全局安装过的模块
    npm list --depth=0 -global
  • 报错:
Errors: 2 http://eslint.org/docs/rules/semi 1 http://eslint.org/docs/rules/eol-last 1 http:

前段汇总

标签:details   安装位置   errors   conf   detail   csdn   http   art   位置   

原文地址:https://www.cnblogs.com/Baronboy/p/12927302.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!