You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.
I am wondering why nodejs-integration extension is using --report option to do his work. I know that the user interface could be nice but I am getting some troubles with this option.
See the error log below and tell me what is wrong (mocha version?).
Command: mocha --reporter "C:/Users/ezequ/AppData/Roaming/Brackets/extensions/user/brackets-nodejs-integration/src/reporter/mocha_json_stream.js" -c "C:/Users/ezequ/AppData/Roaming/Brackets/extensions/user/brackets-nodejs-integration/tests" "C:/Users/ezequ/AppData/Roaming/Brackets/extensions/user/brackets-nodejs-integration/src/reporter/mocha_json_stream.js" reporter not found C:\Users\ezequ\AppData\Roaming\npm\node_modules\mocha\lib\mocha.js:166 throw new Error('invalid reporter "' + reporter + '"'); ^ Error: invalid reporter "C:/Users/ezequ/AppData/Roaming/Brackets/extensions/user/brackets-nodejs-integration/src/reporter/mocha_json_stream.js" at Mocha.reporter (C:\Users\ezequ\AppData\Roaming\npm\node_modules\mocha\lib\mocha.js:166:13) at Object. (C:\Users\ezequ\AppData\Roaming\npm\node_modules\mocha\bin\_mocha:213:7) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12) at Function.Module.runMain (module.js:441:10) at startup (node.js:139:18) at node.js:974:3 Program exited with code 1
The text was updated successfully, but these errors were encountered:
Hello everyone
I am wondering why nodejs-integration extension is using --report option to do his work. I know that the user interface could be nice but I am getting some troubles with this option.
See the error log below and tell me what is wrong (mocha version?).
Command: mocha --reporter "C:/Users/ezequ/AppData/Roaming/Brackets/extensions/user/brackets-nodejs-integration/src/reporter/mocha_json_stream.js" -c "C:/Users/ezequ/AppData/Roaming/Brackets/extensions/user/brackets-nodejs-integration/tests" "C:/Users/ezequ/AppData/Roaming/Brackets/extensions/user/brackets-nodejs-integration/src/reporter/mocha_json_stream.js" reporter not found C:\Users\ezequ\AppData\Roaming\npm\node_modules\mocha\lib\mocha.js:166 throw new Error('invalid reporter "' + reporter + '"'); ^ Error: invalid reporter "C:/Users/ezequ/AppData/Roaming/Brackets/extensions/user/brackets-nodejs-integration/src/reporter/mocha_json_stream.js" at Mocha.reporter (C:\Users\ezequ\AppData\Roaming\npm\node_modules\mocha\lib\mocha.js:166:13) at Object. (C:\Users\ezequ\AppData\Roaming\npm\node_modules\mocha\bin\_mocha:213:7) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12) at Function.Module.runMain (module.js:441:10) at startup (node.js:139:18) at node.js:974:3 Program exited with code 1
The text was updated successfully, but these errors were encountered: