Skip to content
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

legacy babel-node has been removed - projet not working anymore! #10

Open
HugoCapocci opened this issue Dec 18, 2019 · 2 comments
Open

Comments

@HugoCapocci
Copy link

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

@herbowicz
Copy link

Try running npx babel-upgrade. Solved my issues.

@Sora2000318
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants