Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

error: requires babel "^7.0.0-0", but was loaded with "6.26.3"

Check your package.json, some dependency is probably using
an old version of Babel.

One way around if Babel6 is required by the dependency:
$ npm install babel-core@^7.0.0-bridge --save-dev

https://github.com/babel/babel/issues/8206#issuecomment-419705758
Source by github.com #
 
PREVIOUS NEXT
Tagged: #requires #babel #loaded
ADD COMMENT
Topic
Name
9+2 =