Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jaredlockhart/26197fc4e4eab401c5cbc3c460c4e894 to your computer and use it in GitHub Desktop.
Save jaredlockhart/26197fc4e4eab401c5cbc3c460c4e894 to your computer and use it in GitHub Desktop.
ubuntu@cloudvm~/page-metadata-parser(master)$ npm run test | gist
No coverage information was collected, exit without writing coverage information
/home/ubuntu/page-metadata-parser/tests/test_metadata.js:78
});
^
SyntaxError: Unexpected end of input
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 Object.Module._extensions.(anonymous function) [as .js] (/home/ubuntu/page-metadata-parser/node_modules/istanbul/lib/hook.js:109:37)
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 /home/ubuntu/page-metadata-parser/node_modules/mocha/lib/mocha.js:220:27
at Array.forEach (native)
at Mocha.loadFiles (/home/ubuntu/page-metadata-parser/node_modules/mocha/lib/mocha.js:217:14)
at Mocha.run (/home/ubuntu/page-metadata-parser/node_modules/mocha/lib/mocha.js:469:10)
at Object.<anonymous> (/home/ubuntu/page-metadata-parser/node_modules/mocha/bin/_mocha:404:18)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Object.Module._extensions.(anonymous function) [as .js] (/home/ubuntu/page-metadata-parser/node_modules/istanbul/lib/hook.js:109:37)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)
at Function.Module._load (module.js:409:3)
at Function.Module.runMain (module.js:575:10)
at runFn (/home/ubuntu/page-metadata-parser/node_modules/istanbul/lib/command/common/run-with-cover.js:122:16)
at /home/ubuntu/page-metadata-parser/node_modules/istanbul/lib/command/common/run-with-cover.js:251:17
at /home/ubuntu/page-metadata-parser/node_modules/istanbul/lib/util/file-matcher.js:68:16
at /home/ubuntu/page-metadata-parser/node_modules/async/lib/async.js:52:16
at /home/ubuntu/page-metadata-parser/node_modules/async/lib/async.js:361:13
at /home/ubuntu/page-metadata-parser/node_modules/async/lib/async.js:52:16
at done (/home/ubuntu/page-metadata-parser/node_modules/async/lib/async.js:246:17)
at /home/ubuntu/page-metadata-parser/node_modules/async/lib/async.js:44:16
at /home/ubuntu/page-metadata-parser/node_modules/async/lib/async.js:358:17
at FSReqWrap.oncomplete (fs.js:117:15)
npm ERR! Linux 3.13.0-29-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run-script" "test:mocha"
npm ERR! node v6.2.0
npm ERR! npm v3.8.9
npm ERR! code ELIFECYCLE
npm ERR! [email protected] test:mocha: `./node_modules/istanbul/lib/cli.js cover _mocha -- tests/* -R spec`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] test:mocha script './node_modules/istanbul/lib/cli.js cover _mocha -- tests/* -R spec'.
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 page-metadata-parser package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! ./node_modules/istanbul/lib/cli.js cover _mocha -- tests/* -R spec
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs page-metadata-parser
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls page-metadata-parser
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/ubuntu/page-metadata-parser/npm-debug.log
ERROR: "test:mocha" exited with 1.
npm ERR! Linux 3.13.0-29-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "test"
npm ERR! node v6.2.0
npm ERR! npm v3.8.9
npm ERR! code ELIFECYCLE
npm ERR! [email protected] test: `./node_modules/npm-run-all/bin/npm-run-all/index.js test:*`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] test script './node_modules/npm-run-all/bin/npm-run-all/index.js test:*'.
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 page-metadata-parser package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! ./node_modules/npm-run-all/bin/npm-run-all/index.js test:*
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs page-metadata-parser
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls page-metadata-parser
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/ubuntu/page-metadata-parser/npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment