Skip to content

Instantly share code, notes, and snippets.

@oren
Created October 14, 2013 19:02
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 oren/6980348 to your computer and use it in GitHub Desktop.
Save oren/6980348 to your computer and use it in GitHub Desktop.
testling issue
on iMac:
$ browserify test.js | 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)
@oren
Copy link
Author

oren commented Oct 14, 2013

on mac book air:

path.js:360
throw new TypeError('Arguments to path.join must be strings');
^
TypeError: Arguments to path.join must be strings
at path.js:360:15
at Array.filter (native)
at Object.exports.join (path.js:358:36)
at /usr/local/lib/node_modules/testling/node_modules/browser-launcher/lib/darwin/chrome.js:22:23
at /usr/local/lib/node_modules/testling/node_modules/browser-launcher/lib/darwin/chrome.js:16:9
at /usr/local/lib/node_modules/testling/node_modules/browser-launcher/lib/darwin/util.js:16:9
at ChildProcess.exithandler (child_process.js:635:7)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:735:16)
at Socket. (child_process.js:948:11)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment