-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update node to v18 #616
Comments
Then the UI build was broken:
Which probably makes sense because babel-loader@8 supports >= 8.9 whereas v9 supports >= 14.15.0 (https://webpack.js.org/loaders/babel-loader/) So I tried to upgrade everything babel-related (need to do this for extension and mobile app.) yarn add babel-loader babel-plugin-module-resolver babel-plugin-react-require babel-jest @babel/cli @babel/core @babel/plugin-transform-parameters @babel/plugin-transform-runtime @babel/preset-env @babel/preset-react @babel/preset-typescript |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v16 is already EoL.
Upgrade node:
brew upgrade nodenv nodenv install --list nodenv install 18.18.2 nodenv local 18.18.2
Re-install Yarn:
Re-install deps into node:
Output (
3230 packages were added to the project (+ 423.97 MiB).
?):The text was updated successfully, but these errors were encountered: