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
So I saw that there was an init command, and tried it out. This was the result
$ ./node_modules/mocha/bin/mocha init .
fs.js:338
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT, no such file or directory '/home/jadams/projects/USPTO_mindmap/node_modules/mocha/support/template.html'
at Object.fs.openSync (fs.js:338:18)
at Object.fs.readFileSync (fs.js:182:15)
at Command.<anonymous> (/home/jadams/projects/xxx/node_modules/mocha/bin/_mocha:91:19)
at Command.action (/home/jadams/projects/USPTO_mindmap/node_modules/mocha/node_modules/commander/lib/commander.js:232:8)
at Command.EventEmitter.emit (events.js:115:20)
at Command.parseArgs (/home/jadams/projects/USPTO_mindmap/node_modules/mocha/node_modules/commander/lib/commander.js:399:12)
at Command.parse (/home/jadams/projects/USPTO_mindmap/node_modules/mocha/node_modules/commander/lib/commander.js:349:15)
at Object.<anonymous> (/home/jadams/projects/USPTO_mindmap/node_modules/mocha/bin/_mocha:168:9)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
The text was updated successfully, but these errors were encountered:
So I saw that there was an
init
command, and tried it out. This was the resultThe text was updated successfully, but these errors were encountered: