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

Npm test failing #133

Closed
manuel-castro opened this issue Apr 9, 2019 · 1 comment
Closed

Npm test failing #133

manuel-castro opened this issue Apr 9, 2019 · 1 comment

Comments

@manuel-castro
Copy link
Contributor

On 97c522b, npm test for me fails with following output:

> karma start ./config/karma.conf.js --single-run

/usr/people/macastro/SeungLabRepos/googleNG/neuroglancer/node_modules/karma/lib/server.js:118
  async start () {
        ^^^^^
SyntaxError: Unexpected identifier
    at Object.exports.runInThisContext (vm.js:53:16)
    at Module._compile (module.js:513:28)
    at Object.Module._extensions..js (module.js:550:10)
    at Module.load (module.js:458:32)
    at tryModuleLoad (module.js:417:12)
    at Function.Module._load (module.js:409:3)
    at Module.require (module.js:468:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/usr/people/macastro/SeungLabRepos/googleNG/neuroglancer/node_modules/karma/lib/cli.js:8:16)
    at Module._compile (module.js:541:32)
npm ERR! Test failed.  See above for more details.
@jbms
Copy link
Collaborator

jbms commented Apr 9, 2019

I believe you need a newer version of node.js, at least >= 8. I updated package.json to include this requirement in 2d0b84c.

@jbms jbms closed this as completed Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants