-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Self-service
- I'd be willing to implement a fix
Describe the bug
trying to upgrade a package from 0.10.0 to 0.11.0, but the upgrade fails.
updating all packages version in package.json to 0.11.0 and running install
yarn install
➤ YN0000: · Yarn 4.12.0
➤ YN0000: ┌ Resolution step
➤ YN0082: │ @jay-framework/fullstack-component@npm:0.11.0: No candidates found
➤ YN0000: └ Completed
➤ YN0000: · Failed with errors in 0s 113ms
the version 0.11.0 exists in the npm repo. it's tar ball exists and is downloadable. all of it's dependencies exist.
I tried clearing node_modules, yarn caches, lock file, nothing worked.
yarn does not give any additional info what failed in the resolution step - why no verbose option?
next step is to debug yarn
To reproduce
clone https://github.com/jay-framework/wix
change version of @jay-framework/fullstack-component to 0.11.0
yarn install
Environment
System:
OS: macOS 15.6.1
CPU: (10) arm64 Apple M1 Max
Binaries:
Node: 20.19.5 - /private/var/folders/c0/mz01lm3n1ns56rq6f_56x9l40000gn/T/xfs-fc7fd5bc/node
Yarn: 4.12.0 - /private/var/folders/c0/mz01lm3n1ns56rq6f_56x9l40000gn/T/xfs-fc7fd5bc/yarn
npm: 10.8.2 - /Users/yoav/.nvm/versions/node/v20.19.5/bin/npmAdditional context
No response