在webStorm终端使用npm安装css-loader报 found 2 low severity vulnerabilities
run `npm audit fix` to fix them, or `npm audit` for details 这个错怎么解? 已经用了他上面推荐的解决方案还是没有解决
npm audit fix --force
这个只是包的一个警告, 这个修复起来,你需要查,对应的版本变化,一般都是版本造成的
npm audit fix --force 有时候也解决不了