You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run 'npm start' this command but it is not working
error: PS D:\Uneeb\git clone\mern-social-media> npm start
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path D:\Uneeb\git clone\mern-social-media/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'D:\Uneeb\git clone\mern-social-media\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-05-13T19_46_50_952Z-debug-0.log
The text was updated successfully, but these errors were encountered:
Inorder to run 'npm start' you need to install nodemon, or you can run app by 'node index.js' in this case you need to restart server everytime you make a change.
I run 'npm start' this command but it is not working
error: PS D:\Uneeb\git clone\mern-social-media> npm start
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path D:\Uneeb\git clone\mern-social-media/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'D:\Uneeb\git clone\mern-social-media\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-05-13T19_46_50_952Z-debug-0.log
The text was updated successfully, but these errors were encountered: