go-admin-team / go-admin-ui

基于Gin + Vue + Element UI & Arco Design & Ant Design 的前后端分离权限管理系统的前端模块
https://www.go-admin.dev
MIT License
1.16k stars 716 forks source link

npm install失败 #234

Open cccqcccq opened 6 months ago

cccqcccq commented 6 months ago

image image 已经将node环境切换为14.16.0但还是安装失败,会差一个vue-loader包导致无法运行,但此时再使用npm install会安装失败 在将目录下的.npmrc内容删除后使用全局的最新淘宝镜像源后安装成功,是否因为这个原因导致安装失败,如果是的话希望将.npmrc的路径改为https://registry.npmmirror.com/

cccqcccq commented 6 months ago

希望可以将右边设置后的属性存入cookie中,否则每次设置完后刷新就恢复默认

JasonMetal commented 5 months ago

image 太慢了 等了一小时多了

JasonMetal commented 5 months ago

npm ERR! code CERT_HAS_EXPIRED npm ERR! errno CERT_HAS_EXPIRED npm ERR! request to https://registry.npm.taobao.org/awe-dnd failed, reason: certificate has expired

npm ERR! A complete log of this run can be found in:

shenningting commented 5 months ago

npm config set strict-ssl false

cccqcccq commented 5 months ago

npm config set strict-ssl false

thanks