npm install时卡住不动,解决如下:
npm config set registry https://registry.npm.taobao.org
2.npm install 成功安装了所有依赖
3.npm run serve 成功启动项目
参考:https://www.cnblogs.com/wenbinjiang/p/11062959.html
其他方法不顺如下:
1.当时用cnpm install 后,运行报错如下:
babel-loader@8 requires Babel 7.x (the package '@babel/core'). If you'd like to use Babel 6.x ('babel-core'), you should install 'babel-loader@7'
尝试了 npx babel-upgrade 方法无效,见:https://segmentfault.com/a/1190000016458913 。https://www.5axxw.com/wiki/content/u5q5am, https://www.88cto.com/article/Wi2L0j8U ,https://blog.csdn.net/zr15829039341/article/details/86553652 这3种我没有试。记录在此。
2.用yarn 安装依赖后,运行报错:Cannot find module 'optipng-bin'
网友评论