npm install 安装依赖报错解决
程序员文章站
2022-06-15 14:56:00
...
1.先清除缓存
npm cache clean --force
2.删除项目中的node_modules文件夹
3.安装淘宝镜像cnpm,用cnpm来安装依赖
npm install -g cnpm --registry=https://registry.npm.taobao.org
4.最后再执行
cnpm install
下一篇: 转:SQLServer的命令行工具
推荐阅读
-
Pycharm下载pyinstaller报错:You should consider upgrading via the 'python -m pip install --upgrade pip' command的解决方法
-
CentOS安装pillow报错的解决方法
-
win7下docker安装与报错问题的解决方法
-
解决python3 安装完Pycurl在import pycurl时报错的问题
-
vue踩坑记-在项目中安装依赖模块npm install报错
-
解决npm管理员身份install时出现权限的问题
-
解决Android Studio编译后安装apk报错:Error while Installing APK
-
window环境下npm install node-sass报错的解决方法
-
scanjetG4050扫描仪安装驱动时报错的解决方法
-
pip install urllib2不能安装的解决方法