我试过了
 npm install react-native-elements我得到了
found 454 low severity vulnerabilities
  run `npm audit fix` to fix them, or `npm audit` for details我试过了
npm audit fix我得到了
fixed 396 of 454 vulnerabilities in 38064 scanned packages
  58 vulnerabilities required manual review and could not be updated我试过了
npm uninstall react-native-elements但是当npm以某种方式安装react-native-element时,这是可行的。
我应该关注这58个漏洞吗?我可以手动修复它吗?如果很难修复,如何才能正确删除此包?
发布于 2020-03-29 23:06:59
如果要正确删除包,请尝试将其从package.json中删除,然后尝试npm install。
但是,您不应该担心漏洞。
https://stackoverflow.com/questions/60916060
复制相似问题