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
yarn install of a project using @vue/language-plugin-pug 2.0.26.
What is expected?
A successful installation.
What is actually happening?
➤ YN0000: · Yarn 4.3.1
➤ YN0000: ┌ Resolution step
➤ YN0001: │ Error: volar-service-pug@volar-2.4 isn't supported by any available resolver
at Pd.getResolverByDescriptor (/Users/markus/projects/productcount-crawler/frontend/.yarn/releases/yarn-4.3.1.cjs:141:1698)
at Pd.bindDescriptor (/Users/markus/projects/productcount-crawler/frontend/.yarn/releases/yarn-4.3.1.cjs:141:1083)
at St.preparePackage (/Users/markus/projects/productcount-crawler/frontend/.yarn/releases/yarn-4.3.1.cjs:210:6173)
at async Z (/Users/markus/projects/productcount-crawler/frontend/.yarn/releases/yarn-4.3.1.cjs:210:7587)
at async Promise.allSettled (index 10)
at async _c (/Users/markus/projects/productcount-crawler/frontend/.yarn/releases/yarn-4.3.1.cjs:140:53129)
➤ YN0000: └ Completed
➤ YN0000: · Failed with errors in 0s 76ms
Link to minimal reproduction
No response
Any additional comments?
Using @vue/language-plugin-pug 2.0.24 with yarn works fine.
pnpm does not cause such problems.
Vue - Official extension or vue-tsc version
@vue/language-plugin-pug 2.0.26
VSCode version
none
Vue version
3.4.31
TypeScript version
5.5.3
System Info
Steps to reproduce
yarn install
of a project using @vue/language-plugin-pug 2.0.26.What is expected?
A successful installation.
What is actually happening?
Link to minimal reproduction
No response
Any additional comments?
Using @vue/language-plugin-pug 2.0.24 with yarn works fine.
pnpm does not cause such problems.
package.json of @vue/language-plugin-pug 2.0.24:
package.json of @vue/language-plugin-pug 2.0.26:
To me it looks like the new dependency declaration style using a tag instead of a version does not work with yarn 4.
The text was updated successfully, but these errors were encountered: