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 have this error when trying to launch npm start : "babel-node: not found"
The module has been replaced by https://github.com/npm/security-holdere, therefore you'll have to adapt your project or it won't fit the 'advanced redux' course anymore...
Regards,
Hugo
The text was updated successfully, but these errors were encountered:
what fixed it for me is giving the exact path of babel-node in package.json "dev": "nodemon --watch server/**/* --exec ./node_modules/.bin/babel-node --inspect server/server.js"
I have this error when trying to launch npm start : "babel-node: not found"
The module has been replaced by https://github.com/npm/security-holdere, therefore you'll have to adapt your project or it won't fit the 'advanced redux' course anymore...
Regards,
Hugo
The text was updated successfully, but these errors were encountered: