-
I have problem with node version which is solved in 3.12.1 but whenever I'm trying to install it using yarn or npm I get the error that this version does not exist: |
Beta Was this translation helpful? Give feedback.
Answered by
amiria703
Dec 16, 2021
Replies: 2 comments 3 replies
-
There is no 3.12.1, there is a pre-release of 4.0.0, which package are you downloading? |
Beta Was this translation helpful? Give feedback.
3 replies
-
My problem solved by running this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
amiria703
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My problem solved by running this:
apt install binutils python && env FORCE_NODE_VERSION=16 yarn global add code-server --ignore-engines