Last active
March 7, 2018 15:16
phantom-jasmine error when provided a full path to a file
This file contains 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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, did you fix it?
I got the same problem now.