I got this error everytimes I try to run gatsby develop.. I try to run a local npm install.. Nothing..
@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...
Most helpful comment
I had a .babelrc file and had
{"presets": ["react", "es2015", "stage-0"]}and it solve the problem :)