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
The documentation view is not in package.json and doesn't exist in npm.
I tried to include the repo in the package.json: "bpmn-js-documentation-viewer": "github:sharedchains/bpmn-js-documentation-viewer",
but it doesn't load the lib directory into node-modules when npm install is run, so this error occurs:
Module not found: Error: Can't resolve './lib/base' in 'S:\intellij\camunda-wysiwyg-documentation\node_modules\bpmn-js-documentation-viewer'
The text was updated successfully, but these errors were encountered:
Hello @cxonexus-github-admin , sorry for the very late reply!
You're right, we decided to not publish that package, anyway you looked at the right project. If you want to compile our plugin, you can use the npm link command to include the sources to node_modules.
If you just need the documentation plugin, anyway, you can simply download the latest release, which I just upgraded to support Camunda Modeler 5.x
The documentation view is not in package.json and doesn't exist in npm.
I tried to include the repo in the package.json:
"bpmn-js-documentation-viewer": "github:sharedchains/bpmn-js-documentation-viewer",
but it doesn't load the lib directory into node-modules when npm install is run, so this error occurs:
Module not found: Error: Can't resolve './lib/base' in 'S:\intellij\camunda-wysiwyg-documentation\node_modules\bpmn-js-documentation-viewer'
The text was updated successfully, but these errors were encountered: