Metadata
- Source
- FLUID-5781
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Justin Obara
- Created
2015-09-30T14:24:32.419-0400 - Updated
2016-07-08T09:02:54.412-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Tech. Documentation
Description
Currently the infusion-docs instructions include a requirement to install docpad globally "npm install -g docpad". Additionally docpad is required as a dependency in the package.json file. This causes it to be installed locally via "npm install". However, if the versions don't match, docpad will through an error and not generate any of the output.
Only the globally installed instance of docpad is actually needed. The dependency in the package.json should be removed and the documentation updated.