-
Notifications
You must be signed in to change notification settings - Fork 6k
Node 16 Support To Code-Server #4286
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
Tagging related issues: #4258 #4225 Upstream vscode does not support Node.js 14, as I understand it, so that makes it difficult for us to guarantee reliable support for it. One of the commenters mentioned that it's possible to install Node.js 14 on termux - have you tried that? Binary builds of code-server (which include an appropriate Node.js runtime) for a wider variety of ARM processors might help for this issue as well. |
You can install |
termux nodejs-lts now is v16 |
Any update on that? I've been trying to install nodejs 14 on Tremux for many hours now with no success :( |
None so far :( We'll let you know when we have any updates here. We're focusing on getting the next release but we can take a look in the next sprint! |
One way is to use EDIT : Just think that this could be helpful, the guide I mentioned work just fine but I tried playing with NVM it works pretty well and installing nodejs v14 is pretty easier than the above-mentioned guide. |
nodejs installs v16 which is not compatible. nodejs-lts currently uses v14.
About this, you could add Node 14 by getting+unzipping the tar zip, and moving it to |
@im-coder-lg have you had any luck with ~/downloads/release $ nvm use 14
Now using node v14.18.3 (npm v6.14.15)
~/downloads/release $ node -v
bash: /data/data/com.termux/files/home/.nvm/versions/node/v14.18.3/bin/node: No such file or directory I'll have to see if I can figure out how to fix this |
I had luck on my Raspberry Pi, it worked flawlessly. Did you use the real |
Yup, that's the one I was using. Maybe I installed it wrong or am missing something in my |
I ended up with the same NVM error on Termux. Hope it's fixed soon. |
As stated on the NVM guide for Alpine linux
https://github.com/nvm-sh/nvm#installing-nvm-on-alpine-linux |
Ah, totally missed that! Thanks for the links @arHSM!
I guess I'll have to try this next time |
Maybe worth mentioning microsoft/vscode#137241 here, as they track some issues about this there. Edit: planned release MS states is Feb 2022 (v1.65) |
Oh awesome! Thanks @filiptronicek! 🙌 Glad to hear it's in progress at least. |
Closing in favor of #4894 |
@jsjoeio Ah, my bad, sorry about the duplicate! I should've searched first |
@jawnsy no apologies needed - yours has more information and details on how to solve it :) |
We wanted nodejs16 support to Code-Server in termux
The text was updated successfully, but these errors were encountered: