-
Notifications
You must be signed in to change notification settings - Fork 914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
启动报错 #119
Comments
同样的问题 |
问题应该是vue版本和vuex版本冲突,我通过升级vue、vuex和ts版本号解决了该问题,希望对你有帮助 |
麻烦贴一下你vue、vuex和ts版本的版本配置,谢谢 |
解决了没有? |
error Error: certificate has expired 显示证书过期 使用yarn安装依赖的时候 node版本22.1.0 |
可以参考下这个: |
报错信息
./node_modules/vuex/dist/vuex.esm-browser.js 132:14-25 "export 'effectScope' was not found in 'vue'
版本
node -v v15.9.0 npm -v 7.5.3
启动命令(windows环境)
yarn.cmd start
网上查资料发现effectScope 属于 vue3.22.x的内容,但升级pack.json的vue版本后又报其他错误
The text was updated successfully, but these errors were encountered: