踩坑:nodejs+vue前端报错 These dependencies were not found:
Dependencies
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
项目地址:https://gitcode.com/gh_mirrors/de/Dependencies
免费下载资源
·
nodejs+vue前端报错 These dependencies were not found:
写在前面:nodejs为后台,前端vue
先看下报错
These dependencies were not found:
* axios in ./src/main.js
* vuex in ./src/store/index.js
To install them, you can run: npm install --save axios vuex
按照提示信息
npm install --save axios vuex
但是还是同样的报错
最终解决办法:
删除前端项目中的node_modules文件夹
再重新 npm install 安装所有的依赖
执行 npm run serve
启动成功
记录完毕!!
–the end–
GitHub 加速计划 / de / Dependencies
8.61 K
704
下载
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
最近提交(Master分支:2 个月前 )
1997a400 - 2 年前
2f423539 - 2 年前
更多推荐
已为社区贡献1条内容
所有评论(0)