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
What is the current behavior?
The program segfaults.
What is the expected behavior?
It would be nice to know the package that caused the problem and a graceful message telling you that the specified version of the package is not available.
In particular it's impossible to know which package is causing the problem if what you have is a package.json with already all the dependencies listed in it. The problem is also present in case someone uses an "unpublish" feature in a repo.
Steps to Reproduce
mkdir yarntest
cd yarntest
yarn init
yarn add <package_on_npm>#<version_that_does_not exits>
Environment
Node Version:
v12.18.1
Yarn v1 Version:
1.22.5
OS and version:
Linux 5.6.0-1-amd64 SMP Debian 5.6.7-1 (2020-04-29) x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
Bug description
Command
result is
What is the current behavior?
The program segfaults.
What is the expected behavior?
It would be nice to know the package that caused the problem and a graceful message telling you that the specified version of the package is not available.
In particular it's impossible to know which package is causing the problem if what you have is a package.json with already all the dependencies listed in it. The problem is also present in case someone uses an "unpublish" feature in a repo.
Steps to Reproduce
Environment
v12.18.1
1.22.5
Linux 5.6.0-1-amd64 SMP Debian 5.6.7-1 (2020-04-29) x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: