10:29 $ grunt --verbose jsdoc
Initializing
Command-line options: --verbose
Reading "Gruntfile.js" Gruntfile...OK
Registering Gruntfile tasks.
Registering "grunt-jsdoc" local Npm module tasks.
Reading /Users/pbanka/dev/cy-bootstrap/node_modules/grunt-jsdoc/package.json...OK
Parsing /Users/pbanka/dev/cy-bootstrap/node_modules/grunt-jsdoc/package.json...OK
Loading "jsdoc-plugin.js" tasks...OK
+ jsdoc
Reading package.json...OK
Parsing package.json...OK
Initializing config...OK
Loading "Gruntfile.js" tasks...OK
+ build, build-demo, build-dev, default, lint, post-coverage, test, test-coverage, test-debug, watch-build, watch-demo, watch-dev, watch-test
Running tasks: jsdoc
Running "jsdoc" task
Running "jsdoc:dist" (jsdoc) task
Verifying property jsdoc.dist exists in config...OK
Files: src
Options: private, destination="docs", recurse, template="node_modules/grunt-jsdoc/node_modules/ink-docstrap/template", configure="/Users/pbanka/dev/cy-bootstrap/node_modules/cy-toolkit/files/jsdoc.conf.json"
>> An error occurs in jsdoc process:
>> js: "/Users/pbanka/dev/cy-bootstrap/node_modules/grunt-jsdoc/node_modules/jsdoc/jsdoc.js", line 316: exception from uncaught JavaScript throw: Error: Unable to load template: Module "node_modules/grunt-jsdoc/node_modules/ink-docstrap/template/publish" not found.
Warning: jsdoc failure Use --force to continue.
When running
grunt jsdocwith the latestink-docstrap, jsdoc is failing with the following error:If the dependency to
ink-docstrapis set to0.4.12instead of~0.4.12, jsdoc runs without problems.