-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[BUG] issue installing dependency when specified in both dev & peer #1998
Comments
This appears to be working as of npm 7.0.3 and 7.0.2. I get the same results in each.
Is it possible that |
@isaacs it does not work with
|
The same happens with Node.js v15.0.1 and |
@isaacs You're right, I had |
Current Behavior:
When a dependency is specified as a
devDependency
and as apeerDependency
, it is not installed. I tested it with [email protected], everything worked well with npm < 7.Expected Behavior:
I expect that all dev dependencies should be installed.
Steps To Reproduce:
I created a very small repository to reproduce the issue, so you can just checkout it and install dependencies:
Environment:
The text was updated successfully, but these errors were encountered: