usrz / javascript-grunt-jsdoc-ng

Grunt task to run jsDoc without Java.
4 stars 2 forks source link

Error: Cannot find module '../node_modules/jsdoc/node_modules/requizzle' #5

Open julkue opened 8 years ago

julkue commented 8 years ago

When running this task the above error will be printed.

vreshch commented 8 years ago

Same problem

javogt commented 8 years ago

Me too

Grilly commented 8 years ago

Same problem here: "grunt-jsdoc": "1.1.0", "grunt-jsdoc-ng": "0.0.3"

AlanMenhennet commented 8 years ago

Me too

Shizen commented 8 years ago

I don't think this module is still being supported, btw.

I had the same problem, in any event. The paths are hardcoded in the tasks file (tasks/jsdoc-ng-task.js). I tweaked around the requizzle problem, which "solved" this issue for me. I still had issues, however. At least with my basically empty project, it was complaining about receiving null for a Path string. I downgraded (from within grunt-jsdoc-ng) from jsdoc@3.4.0 which was current when I was doing this, to jsdoc@3.3.2 (which was what I had installed last time I used this module), and the problem was "resolved". I didn't spend the effort to track down the actual causes :).

Hopefully this helps someone.