Skip to content

Instantly share code, notes, and snippets.

@az7arul
Last active March 7, 2018 15:16
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 az7arul/5875345 to your computer and use it in GitHub Desktop.
Save az7arul/5875345 to your computer and use it in GitHub Desktop.
phantom-jasmine error when provided a full path to a file
events.js:74
throw TypeError('Uncaught, unspecified "error" event.');
^
TypeError: Uncaught, unspecified "error" event.
at TypeError (<anonymous>)
at EventEmitter.emit (events.js:74:15)
at EventEmitter.<anonymous> (/usr/local/lib/node_modules/phantom-jasmine/node_modules/walkdir/walkdir.js:189:19)
at EventEmitter.g (events.js:175:14)
at EventEmitter.emit (events.js:98:17)
at statAction (/usr/local/lib/node_modules/phantom-jasmine/node_modules/walkdir/walkdir.js:57:17)
at statter (/usr/local/lib/node_modules/phantom-jasmine/node_modules/walkdir/walkdir.js:91:7)
at walkdir (/usr/local/lib/node_modules/phantom-jasmine/node_modules/walkdir/walkdir.js:193:3)
at Function.walkdir.sync (/usr/local/lib/node_modules/phantom-jasmine/node_modules/walkdir/walkdir.js:12:10)
at /usr/local/lib/node_modules/phantom-jasmine/lib/index.js:47:27
@TheFreeman
Copy link

Hi, did you fix it?
I got the same problem now.

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