1
resposta

[Dúvida] Erro ao dar o npm install

Oi pessoal, tudo bem? Quando dou o npm install no projeto, aparecem várias vulnerabilidades. Alguém tem dicas de como posso resolver? ):

$ npm install
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile 
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile 
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is 11 packages are looking for funding

20 vulnerabilities (3 moderate, 13 high, 4 critical)

To address issues that do not require attention, run:
  npm audit fix

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
1 resposta

eu tive um problema parecido e segui esse tuto aqui, no meu caso deu certo, https://www.devmedia.com.br/como-instalar-o-node-js-npm-e-o-react-no-windows/40329

espero que consiga também, bons estudos.