-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Provides/BRs not set up correctly for bundle mode #17
Comments
|
In the bundle strategy the autoreq/prov are disabled as nodejs-packaging would generate false requires and provides for the packages within the bundle, within the package. As long as AutoReq/Prov are disabled, they'd be needed. nodejs-packaging also does not add npm as a BR. |
|
The bundle strategy uses |
1e5c0c8 removed some provides/BRs that are needed in bundle mode, which disables AutoReq/Prov:
Provides: npm(name)
is missingRequires: nodejs(engine)
is missingBuildRequires: npm
is missingThe text was updated successfully, but these errors were encountered: