thiagoelg commented on PR #2230: URL: https://github.com/apache/incubator-kie-tools/pull/2230#issuecomment-2045213021
About the CI failing: My guess is that `stream-browserify` is not a direct dependency of `dmn-vscode-extension`, BUT it's an indirect dependency of `dev-deployment-dmn-form-webapp`. Since this is a partial build, the partial bootstrap is not installing `dev-deployment-dmn-form-webapp` dependencies, therefore not installing `stream-browserify`. The fix would be to include `"stream-browserify": "ˆ3.0.0"` as a `dmn-vscode-extension` devDependency. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
