-
-
Notifications
You must be signed in to change notification settings - Fork 443
chore: use pnpm catalog to manage dependencies #5174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
vue-component-meta
vue-component-type-helpers
@vue/language-core
@vue/language-plugin-pug
@vue/language-server
@vue/language-service
vue-tsc
@vue/typescript-plugin
commit: |
… chore/pnpm-catalog
… chore/pnpm-catalog
621f4e2
to
daeb613
Compare
5ae4b38
to
d782f70
Compare
After more thought, I think that switching to catalog is not without cost. While this reduces duplication of configuration, it also introduces complexity, and At present, catalog is still not a good enough solution. We can see if there are better methods or tools in the future. |
@johnsoncodehk @KazariEX So with that in consideration, you have 2 ways of dealing with this and I recently encountered these problems (yesterday actually) and I'm also using Lerna-Lite with
I tried the number 1 first and it totally worked, I was able to resume my publish. As for the number 2, I didn't fully try it yet since it didn't fail since then but I'm pretty sure it will work... but in the end, in my case the publish problem I had with OTP expiration was caused by Husky running ESLint when lerna publish starts which delayed my publish and caused my OTP to expire and my publish to fail. I can help implementing any of these 2 options above for CI or if you run lerna publish locally then just re-run a publish when these errors happen and that will fix it. So you can totally use this pnpm Cheers |
No description provided.