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 am creating a MERN Stack App and when I run nodemon server, i get this error C:\Users\utkarsh\chaiDB\mern-chaicoffeebiscuit>nodemon server [nodemon] 2.0.2 [nodemon] to restart at any time, enter rs[nodemon] watching dir(s): *.* [nodemon] watching extensions: js,mjs,json [nodemon] startingreact-scripts start server 'react-scripts' is not recognized as an internal or external command, operable program or batch file. [nodemon] app crashed - waiting for file changes before starting...
It worked succesfully until i started to work on the frontend using reactJS.
Now I have the full app completed. but the mongoDB server does not run now.
I have already tried commands like npm install react-scripts --save but still, i see the same error. I even reinstalled my Windows 8.1 (i loved the project by my heart and wanted to complete it)
The text was updated successfully, but these errors were encountered:
Hi utkzas - did that resolve the issue?- Im getting the same error and here are the my versions: - Can anybody please help - thanks
PS C:\Users\sampa\mern-excercise> nodemon server
[nodemon] 2.0.4
[nodemon] to restart at any time, enter rs
[nodemon] watching path(s): .
[nodemon] watching extensions: js,mjs,json
[nodemon] starting react-scripts start server
'react-scripts' is not recognized as an internal or external command,
operable program or batch file.
[nodemon] app crashed - waiting for file changes before starting...
I am creating a MERN Stack App and when I run
nodemon server
, i get this errorC:\Users\utkarsh\chaiDB\mern-chaicoffeebiscuit>nodemon server [nodemon] 2.0.2 [nodemon] to restart at any time, enter
rs[nodemon] watching dir(s): *.* [nodemon] watching extensions: js,mjs,json [nodemon] starting
react-scripts start server'react-scripts' is not recognized as an internal or external command, operable program or batch file. [nodemon] app crashed - waiting for file changes before starting...
It worked succesfully until i started to work on the frontend using reactJS.
Now I have the full app completed. but the mongoDB server does not run now.
I have already tried commands like
npm install react-scripts --save
but still, i see the same error. I even reinstalled my Windows 8.1 (i loved the project by my heart and wanted to complete it)The text was updated successfully, but these errors were encountered: