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
Hello contributors! In case any of you have open pull requests on Kolibri Studio, I wanted to let you know we've recently merged a major update. Here's a summary of the update:
node.js was upgraded to v18
the frontend package manager was transitioned to pnpm instead of yarn
much of the frontend codebase has been reformatted to align with new linting and prettier rules
much of the frontend tests have been updated to use newer dependencies appropriately
It is suggested that you:
remove your node_modules directory
follow the updated setup guide for the node.js and pnpm update
rebase any open PRs you may have on the latest unstable
if you experience errors using yarn after updating your Studio project, you may need to add export SKIP_YARN_COREPACK_CHECK=1 to your terminal environment
If you need assistance rebasing any of your PRs, or making any other changes in accordance with this update, please let me know!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello contributors! In case any of you have open pull requests on Kolibri Studio, I wanted to let you know we've recently merged a major update. Here's a summary of the update:
It is suggested that you:
export SKIP_YARN_COREPACK_CHECK=1
to your terminal environmentIf you need assistance rebasing any of your PRs, or making any other changes in accordance with this update, please let me know!
Team presentation on the updates
Beta Was this translation helpful? Give feedback.
All reactions