vue-element-admin 关于 win10 npm install 一直报错,发现一种解决办法

unhi4e5o  于 5个月前  发布在  其他
关注(0)|答案(3)|浏览(56)

找了很久发现这样可以解决 npm install 失败的问题

# 先删除node_modules文件,再按照如下顺序执行即可
npm install core-js@2 --->cnpm install --->cnpm run dev

# ps: 如果下载慢_安装淘宝镜像_安装后可以使用cnpm下载
npm install cnpm -g --registry=https://registry.npm.taobao.org
yhived7q

yhived7q1#

跑不起来,报错了

xsuvu9jc

xsuvu9jc2#

你这个解决我直接报错
lled. Please, upgrade your dependencies to the actual version of core-js.
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.com/--- - Not found
npm ERR! 404
npm ERR! 404 '---@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

oyjwcjzk

oyjwcjzk3#

core-js@2.0太老了,现在是core-js@3.6.4才能启动成功了,不然cnpm install报core-js版本过低的错误。

相关问题