-
Notifications
You must be signed in to change notification settings - Fork 6k
nodejs mismatch between the two install methods #4512
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
Comments
This is very strange indeed 🤔 The first error message is hard-coded here. I think to get past this, you can run with the flag |
The v14 comes from our package.json |
@heggland do you have Node 14? If you do, try this: |
This also happend with newer nodejs, currently testing with node16
|
Node 14 only works as of now. Until the upstream VSCode supports it, we can't. |
Regarding this issue... i have installed in my raspberry 4, the node v14.18.2. but is not working anyway Should i use the version [email protected]?? |
Ah got it. Let us know if this resolves the issue! |
Anyone thought of NVM or maybe purging the entire Node.js package from the system and reinstalling it from a tarball? I tried NVM and it seems to work on my Ubuntu Impish instance. |
I just use the nodesource repo, https://github.com/nodesource/distributions/blob/master/README.md |
Closing as this does not appear to be a bug in the code-server repo. |
different nodejs versions when I install with curl/npm methods.
I'm just testing on raspberry, which has nodejs version v.12.22.5.
The curl installer just straight up wouldnt work, maybe since its a raspberry I dunno.. It says one need atleast node v12 or newer.
The npm install way says node v14 is required.
curl -fsSL https://code-server.dev/install.sh | sh
npm i code-server
The text was updated successfully, but these errors were encountered: