1.mac安装如果是因全限问题,报错,例如

mac 安装 cnpm

需加添加sudo

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

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

 例如:

 sudo npm i

sudo  npm install -g vue-cli

切记:如果是全限问题,加sudo

 

 

 

相关文章:

  • 2022-01-07
  • 2021-05-25
  • 2021-05-31
  • 2021-07-06
  • 2022-01-11
  • 2021-07-14
  • 2022-01-01
  • 2021-11-21
猜你喜欢
  • 2022-02-06
  • 2022-01-18
  • 2021-09-04
  • 2022-02-16
  • 2021-11-11
  • 2021-08-22
相关资源
相似解决方案