why npm install dosen't work with node.js

Viewed 18

when i try to use de comand npm install to use nodeJs in my proyect it show's me this error:

npm WARN config global --global, --local are deprecated. Use --location=global instead.
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\Usuario\Documents\Felipe\Programacion\JavaScript\PruebaNode/package.json npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\Usuario\Documents\Felipe\Programacion\JavaScript\PruebaNode\package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Usuario\AppData\Local\npm-cache_logs\2022-09-15T12_52_38_366Z-debug-0.log

0 Answers
Related