'I am trying this but i get error in npm start
PS C:\Users\LENOVO\Desktop\Dev\Sangeet-App> npm start npm ERR! code ENOENT npm ERR! syscall open npm ERR! path C:\Users\LENOVO\Desktop\Dev\Sangeet-App/package.json npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\LENOVO\Desktop\Dev\Sangeet-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\LENOVO\AppData\Local\npm-cache_logs\2022-03-27T07_40_49_402Z-debug-0.log PS C:\Users\LENOVO\Desktop\Dev\Sangeet-App>
Solution 1:[1]
The problem is you are not in the app directory you should use:
cd "your app name"
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Tyler2P |