-
-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
I'm trying to run the commands for the example provided in the repository. However, when I use npm or yarn, I get the following error. Any thoughts on what might be causing this issue? Thank you
λ yarn docs
yarn run v1.12.3
warning package.json: No license field
$ jsdoc -d docs -c .jsdoc.js
module.js:549
throw err;
^
Error: Cannot find module 'ejs'
at Function.Module._resolveFilename (module.js:547:15)
at Requizzle.requizzle (D:\Git\jsdoc-vuejs\example\node_modules\requizzle\lib\requizzle.js:87:22)
at infectProxy (D:\Git\jsdoc-vuejs\example\node_modules\requizzle\lib\loader.js:82:28)
at Module.targetModule.require (D:\Git\jsdoc-vuejs\example\node_modules\requizzle\lib\loader.js:101:11)
at require (internal/module.js:11:18)
at Object.<anonymous> (D:\Git\jsdoc-vuejs\lib\core\renderer.js:1:249)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at Object.load (D:\Git\jsdoc-vuejs\example\node_modules\requizzle\lib\loader.js:112:15)
at Requizzle.requizzle (D:\Git\jsdoc-vuejs\example\node_modules\requizzle\lib\requizzle.js:90:24)
at infectProxy (D:\Git\jsdoc-vuejs\example\node_modules\requizzle\lib\loader.js:82:28)
at Module.targetModule.require (D:\Git\jsdoc-vuejs\example\node_modules\requizzle\lib\loader.js:101:11)
at require (internal/module.js:11:18)
at Object.<anonymous> (D:\Git\jsdoc-vuejs\index.js:3:16)
at Module._compile (module.js:652:30)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. Metadata
Metadata
Assignees
Labels
No labels