Skip to content
New issue

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

SyntaxError: Unexpected token on Node 6 #1

Closed
suda opened this issue Jul 9, 2018 · 2 comments
Closed

SyntaxError: Unexpected token on Node 6 #1

suda opened this issue Jul 9, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@suda
Copy link

suda commented Jul 9, 2018

Hi Gajus, thanks for fixing the Node 6 issue in roarr but now we're seeing similar one in lightship itself:

/usr/src/app/node_modules/lightship/dist/factories/createLightship.js:29
  const configuration = { ...defaultConfiguration,
                          ^^^
SyntaxError: Unexpected token ...
    at Object.exports.runInThisContext (vm.js:76:16)
    at Module._compile (module.js:542:28)
    at Object.Module._extensions..js (module.js:579:10)
    at Module.load (module.js:487:32)
    at tryModuleLoad (module.js:446:12)
    at Function.Module._load (module.js:438:3)
    at Module.require (module.js:497:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/usr/src/app/node_modules/lightship/dist/index.js:13:47)
    at Module._compile (module.js:570:32)
    at Object.Module._extensions..js (module.js:579:10)
    at Module.load (module.js:487:32)
    at tryModuleLoad (module.js:446:12)
    at Function.Module._load (module.js:438:3)
    at Module.require (module.js:497:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/usr/src/app/server.js:15:45)
    at Module._compile (module.js:570:32)
    at Object.Module._extensions..js (module.js:579:10)
    at Module.load (module.js:487:32)
    at tryModuleLoad (module.js:446:12)
    at Function.Module._load (module.js:438:3)
@gajus gajus added the bug Something isn't working label Jul 9, 2018
@gajus gajus closed this as completed in 04dcaee Jul 9, 2018
@gajus
Copy link
Owner

gajus commented Jul 9, 2018

🎉 This issue has been resolved in version 1.2.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@suda
Copy link
Author

suda commented Jul 9, 2018

Thank you for the very quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants