We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for this wonderful script
➜ nikblog gatsby serve /usr/local/lib/node_modules/gatsby/lib/utils/serve.js:25 HTML = require(`${__dirname}/../isomorphic/html`); ^ SyntaxError: Unexpected token ILLEGAL at exports.runInThisContext (vm.js:73:16) at Module._compile (module.js:443:25) at Module._extensions..js (module.js:478:10) at Object.require.extensions.(anonymous function) [as .js] (/usr/local/lib/node_modules/gatsby/node_modules/babel-core/lib/api/register/node.js:214:7) at Module.load (/usr/local/lib/node_modules/gatsby/node_modules/coffee-script/lib/coffee-script/register.js:45:36) at Function.Module._load (module.js:310:12) at Module.require (module.js:365:17) at require (module.js:384:17) at Object.<anonymous> (/usr/local/lib/node_modules/gatsby/bin/serve.coffee:5:9) at Object.<anonymous> (/usr/local/lib/node_modules/gatsby/bin/serve.coffee:1:1) at Module._compile (module.js:460:26) at Object.loadFile (/usr/local/lib/node_modules/gatsby/node_modules/coffee-script/lib/coffee-script/register.js:16:19) at Module.load (/usr/local/lib/node_modules/gatsby/node_modules/coffee-script/lib/coffee-script/register.js:45:36) at Function.Module._load (module.js:310:12) at Module.require (module.js:365:17) at require (module.js:384:17) at Object.<anonymous> (/usr/local/lib/node_modules/gatsby/bin/gatsby-serve.js:5:1) at Module._compile (module.js:460:26) at Object.Module._extensions..js (module.js:478:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at Function.Module.runMain (module.js:501:10) at startup (node.js:129:16) at node.js:814:3
Can you please help me fix this?
The text was updated successfully, but these errors were encountered:
This is fixed in master f07e39c
I've been really busy lately so haven't had time to make a new release.
So you can either clone master and use it after running npm link or you can upgrade to Node 4.x which supports ES2015 string interpolation natively.
npm link
Sorry, something went wrong.
Merge pull request gatsbyjs#74 from amberleyromo/6940-starter-tour
8d259d6
gatsbyjs#6940: Update README.md
No branches or pull requests
Thank you for this wonderful script
Can you please help me fix this?
The text was updated successfully, but these errors were encountered: