运行npm audit fix再运行npm install后会出现如下提示
image.png
接着需要指定repository
于是在文件目录中找到
package.json文件添加如下代码即可
"repository": { "type": "git", "url": "https://gitlab.com/xxxx/xxxx.git"(仓库地址) }
运行npm audit fix再运行npm install后会出现如下提示
image.png
package.json文件"repository": { "type": "git", "url": "https://gitlab.com/xxxx/xxxx.git"(仓库地址) }
本文标题:运行npm install时found 9351 high se
本文链接:https://www.haomeiwen.com/subject/hheqsctx.html
网友评论