D:\react> npm start npm ERR! code ENOENT npm ERR! syscall open npm ERR! path D:\react/package.json npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file or directory, open 'D:\react\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\Dell\AppData\Local\npm-cache_logs\2023-02-04T06_09_25_519Z-debug.log
I am a beginner , I have my node installed in C: drive but I Want to create a react project in D: drive . project was created but when I ran 'npm start' it gave me Error. npm ERR! This is related to npm not being able to find a file.