-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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?]: Alias resolution isn't working for package #3060
Labels
Comments
This comment has been minimized.
This comment has been minimized.
yarnbot
added
reproducible
This issue can be successfully reproduced
and removed
broken-repro
The reproduction in this issue is broken
labels
Jun 29, 2021
This comment has been minimized.
This comment has been minimized.
This issue reproduces on master:
|
Duplicate of #1816. You need to specify a range until the issue is fixed: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Self-service
Describe the bug
I have a package alias that worked with Yarn v1 and NPM. When I try to update to Yarn v2, I get this error:
To reproduce
Environment
System:
OS: macOS 11.4
CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
Binaries:
Node: 14.16.0 - /private/var/folders/0x/cml8jk85195dd8p2f1swfrb00000gn/T/xfs-6b93a8b0/node
Yarn: 2.4.2 - /private/var/folders/0x/cml8jk85195dd8p2f1swfrb00000gn/T/xfs-6b93a8b0/yarn
npm: 6.14.11 - /usr/local/opt/node@14/bin/npm
Additional context
Repro by running:
yarn add -D @nomiclabs/hardhat-ethers@npm:hardhat-deploy-ethers
I can successfully run:
npm install --save-dev @nomiclabs/hardhat-ethers@npm:hardhat-deploy-ethers
The text was updated successfully, but these errors were encountered: