-
Notifications
You must be signed in to change notification settings - Fork 9
[Bug] Yarn 2 failing to install package #5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I haven't used Yarn 2. Does it support range1 || range2 version syntax? |
It does - the problem was that your package has a dependency on an incompatible version fo This is now fixed on our side, but it's still fairly curious - very few packages need to have a regular dependency on it (by opposition to a dev dependency). Is it expected here? |
Currently fixed as @arcanis was suggesting by adding }
"resolutions": {
"typescript": "3.7.5"
}
} in |
@arcanis yes, this package directly depends on typescript at runtime since it uses TS to parse JS/TS into an AST to identify where template literals are. I've made asyncLiz/parse-literals#8 to update TS to v3 for the library that needs it. Thanks for digging into this! |
Uh oh!
There was an error while loading. Please reload this page.
Decided to try setup project with Yarn 2, but this package fails to install.
Not sure is it related to plugin or Yarn itself, but i will report it.
"rollup": "^1.31.0",
is installed at the time of installing this package.Original issue can be found there.
The text was updated successfully, but these errors were encountered: