Gatsby: Couldn't find preset "es2015"

Created on 8 Jul 2017  路  4Comments  路  Source: gatsbyjs/gatsby

I got this error everytimes I try to run gatsby develop.. I try to run a local npm install.. Nothing..

Most helpful comment

I had a .babelrc file and had {"presets": ["react", "es2015", "stage-0"]} and it solve the problem :)

All 4 comments

@jaubut what happens when you run ./node_modules/.bin/gatsby develop instead? i found that trying to run gatsby develop through the global package didn't quite work as expected.

I had a .babelrc file and had {"presets": ["react", "es2015", "stage-0"]} and it solve the problem :)

@jaubut glad to hear!

Why isn't this part of the install...

Was this page helpful?
0 / 5 - 0 ratings