Skip to content
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

Yarn does not install dependencies correctly for package #3737

Closed
evancarter-iex opened this issue Jun 27, 2017 · 2 comments
Closed

Yarn does not install dependencies correctly for package #3737

evancarter-iex opened this issue Jun 27, 2017 · 2 comments
Labels

Comments

@evancarter-iex
Copy link

evancarter-iex commented Jun 27, 2017

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.

  1. Add jade to your dependencies (yarn add jade)
  2. Run yarn, yarn install --production
  3. Notice that uglify-js is not included

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

@ghost
Copy link

ghost commented Jun 28, 2017

Under 0.27.0 ran yarn add jade --production and had no issues installing package.

@bestander
Copy link
Member

Yep, can't repro either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants