Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

npm start error with babel 5.x #56

Closed
crysislinux opened this issue Dec 21, 2015 · 1 comment
Closed

npm start error with babel 5.x #56

crysislinux opened this issue Dec 21, 2015 · 1 comment

Comments

@crysislinux
Copy link

Just a tip, if an old version of babel was installed globally before. npm start may meet errors. use

npm install -g babel-core

to install the newest babel.

npm install -g babel-cli

if you need the command line tools of babel

@siderakis
Copy link

Thanks! I got the sample running after updating babel.

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

No branches or pull requests

3 participants