jsdoc error: Error: Command failed: /bin/sh: 1: node_modules/jsdoc/jsdoc: not found
nik-kor opened this issue · 4 comments
nik-kor commented
Hi!
I've installed your task.
But got an error:
->./node_modules/.bin/grunt jsdoc
Running "jsdoc:dist" (jsdoc) task
>> jsdoc error: Error: Command failed: /bin/sh: 1: node_modules/jsdoc/jsdoc: not found
<WARN> jsdoc failure Use --force to continue. </WARN>
Aborted due to warnings.
metmajer commented
I have the same issue. The jsdoc task defines a variable "jsdocBin = 'node_modules/jsdoc/jsdoc'" which cannot be resolved. Also a "npm link jsdoc" does not solve this problem.
krampstudio commented
Will have a look asap.
krampstudio commented
update and it should be fixed now.
nik-kor commented
Thanks, Bertrand!