Skip to content

Instantly share code, notes, and snippets.

@thlorenz
Last active December 20, 2015 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thlorenz/6067681 to your computer and use it in GitHub Desktop.
Save thlorenz/6067681 to your computer and use it in GitHub Desktop.
testling@1.3.2 error stacktrace
➝ testling
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:980:11)
at Process.ChildProcess._handle.onexit (child_process.js:771:34)
~/dev/js/projects/findex (master *%)
➝ testling -x
/usr/local/lib/node_modules/testling/node_modules/shell-quote/index.js:52
var match = s.match(chunker).filter(Boolean);
^
TypeError: Object true has no method 'match'
at parse (/usr/local/lib/node_modules/testling/node_modules/shell-quote/index.js:52:19)
at exports.parse (/usr/local/lib/node_modules/testling/node_modules/shell-quote/index.js:32:18)
at ready (/usr/local/lib/node_modules/testling/bin/cmd.js:170:19)
at ChildProcess.<anonymous> (/usr/local/lib/node_modules/testling/bin/cmd.js:82:26)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at Process.ChildProcess._handle.onexit (child_process.js:789:12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment