reactjs – REACT JS: npm ERR! enoent ENOENT: no such file or directory, open ‘G:\React app\package.json’ and other errors?
I ran the command npm install command as shown in the tutorial and have followed the previous step as it is but the following errors are coming idk why?
npm ERR! syscall open
npm ERR! path G:\React app/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open ‘G:\React app\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\hp\AppData\Local\npm-cache_logs\2023-02-18T13_58_21_233Z-debug-0.log
PS G:\React app>
Yesterday I tried npm audit fix –force but stil the problem was not solved. Please help!!!
Read more here: Source link
