-
Notifications
You must be signed in to change notification settings - Fork 348
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 .nvmrc
to use 'lts/gallium'
#1921
Comments
I didn't know the installation could break by having python installed, interesting! We used to have a later version of 16, but I remember there was some issue with either jest or similar. Ideally we'd move to node 18, since it's the latest LTS. I'll investigate Thanks for taking the time to report this issue and add a solution! |
Ah yes here it was #1820 |
Hmm then maybe it's better to mention the specific Python version limit until that gets fixed? |
I think the best would be to both update node and migrate away from webpack & jest to vite and vitest, but I don't think we well do that anytime soon. Mentioning the python issue is better than nothing in the mean time |
Description
Installing with
nvm install
uses the.nvmrc
version, which is currently set to 16.10.0, this gives errors when installing.Reproduce Steps
16.10.0
or without any installed,nvm install
on the root folder.Expected Behavior
Nvm installs Node without any issues.
Current Behavior
Errors out complaining about Python 3.10
Can you propose a solution?
I would recommend changing this to the LTS version
lts/gallium
or at least updating to16.20.0
.Your Environment
Additional Information
The Readme mentions Node v12, we should update that as well.
The text was updated successfully, but these errors were encountered: