vbenjs / vben-admin-thin-next

vue-vben-admin-2.0 mini template.vue3,vite,typescript
https://vvbin.cn/thin/next
MIT License
2.06k stars 854 forks source link

安装依赖问题 #52

Open chenNoway opened 2 years ago

chenNoway commented 2 years ago

⚠️ IMPORTANT ⚠️ Please check the following list before proceeding. If you ignore this issue template, your issue will be directly closed.

Describe the bug

感觉是依赖自己勇到的包有问题。 最开始拉的精简版本的包,vben2.7.0的版本,线上部署一段时间,本地打包也是正常,但是一段时间后线上部署出现问题,报错题图如下: image 删除自己本地的依赖包重新安装就出错了,后面看了issue大概就是升级到2.8.0后就可以解决安装依赖的问题,但是我升级到2.8.0后又依然出现了类似错误:(每次出现的错误都是途中圈出的包内命令出错如gifsicle这个处理图片的包) image

Reproduction

2.7.0精简版本的包,删除node_modules,重新安装依赖

System Info

chenNoway commented 2 years ago

使用pnpm安装依赖,可以正常安装,构建阶段 存在下图问题(本地build成功) image