PanJiaChen / vue-element-admin

:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin
MIT License
87.6k stars 30.43k forks source link

npm install报错 #3918

Open HellLiang opened 2 years ago

HellLiang commented 2 years ago

Question(提问)

Steps to reproduce(问题复现步骤)

Screenshot or Gif(截图或动态图)

捕获1

捕获2

Link to minimal reproduction(最小可在线还

捕获3 原demo)

Other relevant information(格外信息)

HellLiang commented 2 years ago

不管通过npm install还是npm install --registry=https://registry.npm.taobao.org都会报错,但是npm run dev能成功启动访问页面,请问一下作者,上图中没有下载下来的依赖有啥用,哪里会用到?

suzhenghui-sky commented 2 years ago

用淘宝镜像下载。用新的npm install --registry=https://registry.npmmirror.com试试

heerey525 commented 2 years ago

node 版本14.5.0 安装报错 npm ERR! Maximum call stack size exceeded

安装nvm 换了node12.12.0 版本成功