0
Help me resolve these high severity vulnerabilities
$ npm install -D rimraf prettier babel-eslint eslint-plugin-react eslint-plugin-jsx-a11y eslint-plugin-import eslint-config-prettier eslint-config-airbnb eslint-plugin-react-hooks npm WARN deprecated babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. added 7 packages, and audited 1471 packages in 12s 225 packages are looking for funding run `npm fund` for details 9 high severity vulnerabilities To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details. How to resolve this??
6 ответов
+ 1
Looks like you run "npm audit".
If you're not sure how to do that, I'd look online.
+ 1
fix available via `npm audit fix --force`
Will install react-scripts@0.9.3, which is a breaking change
To address all issues (including breaking changes), run:
npm audit fix --force
+ 1
</CODER> isn't react the language?
0
Ausgrindtube This is what it shows after running npm audit
https://code.sololearn.com/Wkhh0xPYbNWg/?ref=app
0
Ausgrindtube thanks for all the support. I've a new issue, would you mind helping out this as well? Many thanks.
https://www.sololearn.com/post/1713738/?ref=app