-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in running backend using npm run dev #3
Comments
get the same error here |
I have the same error too, i tried every method to fix this but i couldn't |
Have anyone solved the above error till now? If yes pls send solution... |
For the above error I changed my scripts > "dev:" to "npx nodemon --exec npx babel-node src/server.js" (look folder package.json) |
[nodemon] 2.0.7
[nodemon] to restart at any time, enter
rs
[nodemon] watching path(s): .
[nodemon] watching extensions: js,mjs,json
[nodemon] starting
babel-node ./src/server.js
'babel-node' is not recognized as an internal or external command,
operable program or batch file.
[nodemon] app crashed - waiting for file changes before starting...
The text was updated successfully, but these errors were encountered: