V
V
ver-siarhei2021-10-26 17:29:43
Node.js
ver-siarhei, 2021-10-26 17:29:43

How to fix Node.js errors in React.js?

Hi, after reinstalling Windows, I installed Node.js 14.18.1, and when deploying a react application: npm create-react-app my-app-name --template typescript, there are a number of errors.
found 27 vulnerabilities (8 moderate, 18 high, 1 critical)
run `npm audit fix` to fix them, or `npm audit` for details.
Also, with further installations of any packages in this project, these errors occur again. They do not affect the operation of the React application, but they still scare me a lot. Maybe I forgot to install something else? Or how these errors can be corrected?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Aetae, 2021-10-26
@Aetae

Not errors, but warnings.
You don't care about these vulnerabilities, they're all in the libraries for building your react. You won't hack yourself, so fuck it.
This matters if you want to make a server on node and decide to use these vulnerable libraries there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question