nodejs / unofficial-builds

Unofficial binaries for Node.js
https://unofficial-builds.nodejs.org
227 stars 47 forks source link

Trying to install nodejs on Raspberry Pi 3 B+ using nvm. arm71 build is missing #51

Closed kobrigo closed 2 years ago

kobrigo commented 2 years ago

I was able to install it a year a go. I've install version: v7.10.1 v8.17.0 v10.15.3 v14.15.4

but this does not work any more looking at the directory I could not locate the arm71 versions. were they removed?

richardlau commented 2 years ago

armv7l binaries are still part of the official releases available from https://nodejs.org/en/download/.

kobrigo commented 2 years ago

@richardlau I was able to download the binaries (..tar.xz file) from nodejs.org. but I could not do it using nvm on my RPI 3 with arm71 CPU. So this could be my mistake as this repo is not directly related to nvm. there is a post that helped my in the past adding this repo as the source of binaries. I see now that there is a newer version of nvm and I'm using an older version. I'll close this for now.

updating to the most recent nvm version (0.39.1) solved it