原文:【记录】vue构建项目npm install错误run `npm audit fix` to fix them, or `npm audit` for details

今天构建vue项目执行npm install初始化后报错 run npm audit fix to fix them, or npm audit for details 出现这问题控制台会有一系列提示,让你输入对应命令,所以我进行了如下命令操作: :首先安装模块依赖: npm install :如果出现以上提示,继续输入: npm audit fix 含义: 检测项目依赖中的漏洞并自动安装需要更 ...

2019-09-16 11:50 0 1863 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM