We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to use bpmn-js in a Rails 6 application with webpack, the compilation fails due to an unresolved dependency bpmn-moddle
bpmn-js
bpmn-moddle
Ruby version:3.0.0 Rails version:6.1.7 Webpacker version:5.4.4 Node version:18
Webpack should successfully compile the application with all bpmn-js dependencies resolved.
Webpack fails to compile due to missing bpmn-moddle dependency, despite it being a sub-dependency of bpmn-js.
ModuleNotFoundError: Module not found: Error: Can't resolve 'bpmn-moddle' in '[path]/node_modules/bpmn-js/lib'
The text was updated successfully, but these errors were encountered:
@excid3 can you help me on above ?
Sorry, something went wrong.
No branches or pull requests
Description
When trying to use
bpmn-js
in a Rails 6 application with webpack, the compilation fails due to an unresolved dependencybpmn-moddle
Ruby version:3.0.0
Rails version:6.1.7
Webpacker version:5.4.4
Node version:18
Steps to Reproduce
Expected Behavior
Webpack should successfully compile the application with all bpmn-js dependencies resolved.
Actual Behavior
Webpack fails to compile due to missing
bpmn-moddle
dependency, despite it being a sub-dependency of bpmn-js.Error Message
ModuleNotFoundError: Module not found: Error: Can't resolve 'bpmn-moddle' in '[path]/node_modules/bpmn-js/lib'
Attempted Solutions
bpmn-moddle
is present in node_modulesThe text was updated successfully, but these errors were encountered: