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

Related issues

jimfilippou picture jimfilippou  路  3Comments

andykais picture andykais  路  3Comments

KyleAMathews picture KyleAMathews  路  3Comments

totsteps picture totsteps  路  3Comments

theduke picture theduke  路  3Comments