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
The @angular-devkit/architect package for example, has tags to their versions based on the upstream angular version they support. For example: v18-lts. However, when I try to yarn add using the tag, I get:
➤ YN0000: · Yarn 4.9.1
➤ YN0000: ┌ Resolution step
➤ YN0001: │ Error: @angular-devkit/architect@v18-lts isn't supported by any available resolver
at rm.getResolverByDescriptor (/Users/aqeelat/.cache/node/corepack/v1/yarn/4.9.1/yarn.js:141:1698)
at rm.bindDescriptor (/Users/aqeelat/.cache/node/corepack/v1/yarn/4.9.1/yarn.js:141:1083)
at t.preparePackage (/Users/aqeelat/.cache/node/corepack/v1/yarn/4.9.1/yarn.js:210:6173)
at async X (/Users/aqeelat/.cache/node/corepack/v1/yarn/4.9.1/yarn.js:210:7587)
at async Promise.allSettled (index 0)
at async Uu (/Users/aqeelat/.cache/node/corepack/v1/yarn/4.9.1/yarn.js:140:53356)
at async /Users/aqeelat/.cache/node/corepack/v1/yarn/4.9.1/yarn.js:210:9166
at async Ot.startProgressPromise (/Users/aqeelat/.cache/node/corepack/v1/yarn/4.9.1/yarn.js:140:139721)
at async t.resolveEverything (/Users/aqeelat/.cache/node/corepack/v1/yarn/4.9.1/yarn.js:210:7138)
at async /Users/aqeelat/.cache/node/corepack/v1/yarn/4.9.1/yarn.js:213:2645
➤ YN0000: └ Completed
➤ YN0000: · Failed with errors in 0s 31ms
Self-service
Describe the bug
The
@angular-devkit/architect
package for example, has tags to their versions based on the upstream angular version they support. For example:v18-lts
. However, when I try toyarn add
using the tag, I get:https://www.npmjs.com/package/@angular-devkit/architect?activeTab=versions
To reproduce
yarn add -D @angular-devkit/architect@npm:v18-lts
Environment
Additional context
Not sure if this is a bug or a feature that is yet to be developed.
The text was updated successfully, but these errors were encountered: