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
Yarn does not handle the dependencies for the Jade package properly. It does not install "uglify-js" despite it clearly being listed in the dependencies section of the package.json.
If the current behavior is a bug, please provide the steps to reproduce.
Do you want to request a feature or report a bug?
Bug Report
What is the current behavior?
Yarn does not handle the dependencies for the Jade package properly. It does not install "uglify-js" despite it clearly being listed in the dependencies section of the package.json.
If the current behavior is a bug, please provide the steps to reproduce.
https://github.com/pugjs/pug/tree/v1.x.x is the jade package.
What is the expected behavior?
Based on the dependencies listed here, https://github.com/pugjs/pug/blob/v1.x.x/package.json it uglify-js should be included in production
The text was updated successfully, but these errors were encountered: