Hello,
I’m trying gatsby-starter on Windows 10
I find the following error:
$gatsby develop
error We tried an error while trying to load your site's gatsby-config. Please fix the error and try again.
Error: C: \ Users \ *** \ Documents \ gatsby_local \ src \ utils \ rss \ generate-feed.js: 68
... feed,
^^^
SyntaxError: Unexpected token ...
If I replace with “… feed” with “feed” it works correctly.
I have not met any other errors.