Closed iamjoshua closed 6 years ago
First, thanks that this is up! I set up a small (not online yet) minimal portfolio website.
It used to work, now I got the same error. I removed node_modules and re-npm-installed. I did try with node 9.5.0, 8.9.4 and 7.7.3 because I was not sure which version I started with. I did update all gatsby dependencies.
If you need more details, I would be happy to give them!
thanks guys, sorry for the inconvenience--i know how frustrating it is when stuff doesn't 'just work'.
just pushed a new version to npm that works locally, just let me know if that's not the case.
the cause was a change i made to the export syntax during last commit--apparently babel is weird with import
/export
syntax & i had to append a .default
to the require()
Can confirm that it is fixed, thank you very much!
After following your setup instructions, I just get the following error: