davidshimjs / jaguarjs-jsdoc

A Template of jsdoc for jaguar.js project
MIT License
218 stars 136 forks source link

Dependencies taffydb and underscore missing in package.json #34

Closed tkw1536 closed 7 years ago

tkw1536 commented 9 years ago

I installed jsdoc via:

npm install jaguarjs-jsdoc

however when I tried to create a documentation with it I got:

Cannot find module 'underscore'
Cannot find module 'taffydb'

Running npm install underscore taffydb fixed the issue, but those dependencies should really be in the package.json.