拆东墙补西墙之github上提示We found potential security vulnerabilities in your dependencies.存在潜在安全漏洞的问题
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
免费下载资源
·
1.报错如图
2.点击see security alert 显示如下图
3.点击webpack-dev-server 后如下图 提示webpack-dev-server版本低于3.1.11
4.解决思路以及方法(亲测 可以解决github上的报错 但是本地npm run dev运行不起来 提示cannt destructure property compile of undefined)
打开package.json 搜索webpack-dev-server 发现devDependencies里的webpack-dev-server版本为2.9.1 在终端或者cmd输入npm install webpack-dev-server@3.1.11把webpack-dev-server升级到3.1.11版本 或者直接npm install webpack-dev-server --save -dev 安装完成后,查看package.json文件中的webpack-dev-server版本 大于等于3.1.11就可以 然后再上传到github上 问题解决了 由于webpack-dev-server版本升级了,可能存在npm run dev的时候提示webpack-cli 也需要对应升级 按照提示安装npm i -D webpack-cli npm audit fix npm audit fix --force 依旧报错cannt destructure property compile of undefined 可能是其他库的依赖未升级 不适配3.1.11版本??? 所以还得回退版本 好坑
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 年前
更多推荐
已为社区贡献6条内容
所有评论(0)