当前位置:   article > 正文

npm下载依赖超时解决办法_npm下载超时

npm下载超时
  1. //1.查看npm镜像设置
  2. npm config get registry
  3. //2.将npm设置为淘宝镜像
  4. npm config set registry https://registry.npm.taobao.org
  5. //3.再次查看npm镜像设置
  6. npm config get registry
  7. //4.重新install
  8. npm install

本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号