mistercrunch opened a new issue #6217: [SIP-14] remove dependency on "Yarn" package in favor of `npm` URL: https://github.com/apache/incubator-superset/issues/6217 ### [SIP] Proposal for _ #### Motivation Simplify the build pipeline, and standardize our build process. There was a time where npm was slow, and builds were not deterministic, that is not the case anymore. `npm` has long regained trust in the community and using `yarn` makes our builds more complex, less standard, and our dependency tree larger. #### Proposed Change Remove the dependency on the `yarn` package, solely rely on `npm` and close-to-npm packages in our Javascript build pipeline. #### New or Changed Public Interfaces N/A #### New dependencies Describe any NPM/PyPI packages that are required. Are they actively maintained? What are their licenses? N/A #### Rejected Alternatives `yarn`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
