npm audit triple abandoned npm from yarn

I believe we encountered a lot of problems when installing the following npm dependent

run `npm audit fix` to fix them, or `npm audit` for details

So many of us found the audit triple

npm audit fix
npm audit fix --force
npm audit
#扫描项目漏洞把不安全的依赖项自动更新到兼容性版本
npm audit fix

#强制执行 audit fix 安装最新的依赖项(toplevel)
npm audit fix --force

Forced to install the update may cause a series of problems versions do not match, so it is with yarn, red

npm install -g yarn
Published 158 original articles · won praise 44 · views 30000 +

Guess you like

Origin blog.csdn.net/qq_43277404/article/details/104519819