-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Use Yarn 3 to manage monorepo installation #5833
Conversation
packages/app-desktop/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx
Outdated
Show resolved
Hide resolved
All green now, so looks like we can try this for 2.7 |
What has to be done after the move to yarn? e.g. deleting all |
We might have to update the plugin repo updater VM. I've created a snapshot of the VM so we can always rollback.... |
I'll add a post on the forum about this. It should just be |
Ok let's merge as it's too big to let this PR lie around. I expect there will be some problems but hopefully nothing too bad. |
Since Lerna is getting slower and slower, and is now almost discontinued, we can try to use Yarn 3 Workspaces instead.
It's way faster on cold install, and extremely fast on warm install. It also seems to handle errors better than npm as it creates a text files about the specific error when something happens (instead of 50 pages of meaningless warnings and errors as is common with npm). Hopefully it can also solve our issues with package-lock files.
TODO