-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
nvm doesn't load nodejs v16.15.1 #2845
Comments
What kind of machine do you have? What distro of linux? As for that tutorial, it should not be recommending using master - use the latest released version in the readme ONLY. |
@ljharb Well I use UserLAnd App on PlayStore, and I use Linux ubuntu in it |
tbh I would never assume that a linux build on android would have the capacity to compile node in a performant way; it's just not a reasonable expectation. That said, I'm not familiar with the "UserLAnd" app. Can you share a paste of the last few hundred lines of log output that includes the error? |
@ljharb looks like the problem here is the lack of mapping from armv8l to armv7l, I tried to run nvm in a 32-bit lxc conatiner on arm64 system, it started building nodejs as it tried to download Line 1920 in e6fa80c
I believe there should also be armv8l) NVM_ARCH="armv7l" ;;
|
Seems like this was fixed with #3102. |
Operating system and version:
Linux localhost 3.10.61-8299335 #1 SMP PREEMPT Mon Dec 17 19:36:17 KST 2018 armv8l armv8l armv8l GNU/Linux
nvm debug
output:nvm ls
output:How did you install
nvm
?Using curl, from this tutorial:
https://tecadmin.net/install-nodejs-with-nvm/
What steps did you perform?
It's up
What happened?
I typed nvm install v16.15.1 then I wait for half hour with a lot of log in terminal, and after all that Error installing nodejs v16.15.1.
What did you expect to happen?
I expect to work but it's not.
Is there anything in any of your profile files that modifies the
PATH
?I don't know, I just follow the tutorial up ^
If you are having installation issues, or getting "N/A", what does
curl -I --compressed -v https://nodejs.org/dist/
print out?The text was updated successfully, but these errors were encountered: