Created
August 18, 2016 20:05
-
-
Save harageth/9e27732275656c6356d4df0f710c4aa7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@dev-maas-dev-dev0:/opt/ele$ npm-v6.2.2 run integration-skip-flaky | |
> [email protected] integration-skip-flaky /opt/ele | |
> node ./tests/run-integration.js --skip-suite-flaky | |
regenerating version filez... | |
Error: Cannot find module 'strip-ansi' | |
at Function.Module._resolveFilename (module.js:338:15) | |
at Function.Module._load (module.js:280:25) | |
at Module.require (module.js:364:17) | |
at require (module.js:380:17) | |
at Object.<anonymous> (/opt/ele/node_modules/zk-ultralight/node_modules/logmagic/node_modules/chalk/index.js:4:17) | |
at Module._compile (module.js:456:26) | |
at Object.Module._extensions..js (module.js:474:10) | |
at Module.load (module.js:356:32) | |
at Function.Module._load (module.js:312:12) | |
at Module.require (module.js:364:17) | |
/opt/ele/node_modules/depends-on/index.js:24 | |
throw err; | |
^ | |
Error: Cannot find module 'strip-ansi' | |
at Function.Module._resolveFilename (module.js:338:15) | |
at Function.Module._load (module.js:280:25) | |
at Module.require (module.js:364:17) | |
at require (module.js:380:17) | |
at Object.<anonymous> (/opt/ele/node_modules/zk-ultralight/node_modules/logmagic/node_modules/chalk/index.js:4:17) | |
at Module._compile (module.js:456:26) | |
at Object.Module._extensions..js (module.js:474:10) | |
at Module.load (module.js:356:32) | |
at Function.Module._load (module.js:312:12) | |
at Module.require (module.js:364:17) | |
assert.js:325 | |
assert.ifError = function(err) { if (err) {throw err;}}; | |
^ | |
Error: tests/integration/messenger.js exited with code 7 | |
at ChildProcess.<anonymous> (/opt/ele/tests/run-integration.js:29:78) | |
at ChildProcess.emit (events.js:98:17) | |
at maybeClose (child_process.js:756:16) | |
at Process.ChildProcess._handle.onexit (child_process.js:823:5) | |
npm ERR! Linux 3.19.0-25-generic | |
npm ERR! argv "node" "/usr/bin/npm-v6.2.2" "run" "integration-skip-flaky" | |
npm ERR! node v0.10.33 | |
npm ERR! npm v3.9.5 | |
npm ERR! code ELIFECYCLE | |
npm ERR! [email protected] integration-skip-flaky: `node ./tests/run-integration.js --skip-suite-flaky` | |
npm ERR! Exit status 8 | |
npm ERR! | |
npm ERR! Failed at the [email protected] integration-skip-flaky script 'node ./tests/run-integration.js --skip-suite-flaky'. | |
npm ERR! Make sure you have the latest version of node.js and npm installed. | |
npm ERR! If you do, this is most likely a problem with the ele package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! node ./tests/run-integration.js --skip-suite-flaky | |
npm ERR! You can get information on how to open an issue for this project with: | |
npm ERR! npm bugs ele | |
npm ERR! Or if that isn't available, you can get their info via: | |
npm ERR! npm owner ls ele | |
npm ERR! There is likely additional logging output above. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /opt/ele/npm-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment