You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try running the docma command, it immediately crashes with Cannot find module '../lib/docma'. Upon further investigation, this is because, in the published version, the file is named ../lib/Docma.js. Since Unix systems are case-sensitive, the file is not found. This seems to be more of an issue with the way you packaged Docma than with the actual code itself. It looks like the file is named correctly in the repo at the tag you specified.
The text was updated successfully, but these errors were encountered:
When I try running the
docma
command, it immediately crashes withCannot find module '../lib/docma'
. Upon further investigation, this is because, in the published version, the file is named../lib/Docma.js
. Since Unix systems are case-sensitive, the file is not found. This seems to be more of an issue with the way you packaged Docma than with the actual code itself. It looks like the file is named correctly in the repo at the tag you specified.The text was updated successfully, but these errors were encountered: