Hi,
I'm not sure if this is the right place. If I'm wrong here I'm sorry and please forward me to the right place.
In https://nodejs.org/dist/v10.0.0/ there is no longer a binary for the Raspberry Pi.
Node 9.12: https://nodejs.org/dist/v0.9.12/node-v0.9.12-linux-arm-pi.tar.gz Works!
Node 10: https://nodejs.org/dist/v0.10.0.0/node-v0.10.0.0-linux-arm-pi.tar.gz !missing!
Node 10: https://nodejs.org/dist/v0.10.0.0/node-v0.10.0.0-linux-x86.tar.gz !missing!
I just need the binary for the Pi but I also wanted to let you now that the linux-x86 one is also missing.
Edit:
See my comment at the end
But this is about linux-x86. Raspberry Pi has a 64 bit processor. Why did Node drop this binary as well?
The builds for Raspberry Pi are named "node-v10.0.0-linux-armXX.tar.gz". You can find the list here: https://nodejs.org/dist/v10.0.0/
Node 9.12: https://nodejs.org/dist/v0.9.12/node-v0.9.12-linux-arm-pi.tar.gz Works!
Node 10: https://nodejs.org/dist/v0.10.0.0/node-v0.10.0.0-linux-arm-pi.tar.gz !missing!
Node 10: https://nodejs.org/dist/v0.10.0.0/node-v0.10.0.0-linux-x86.tar.gz !missing!
That's not Node.js 9.12, that's 0.9.12, a highly outdated version. There was never a 9.12 release (yet).
Also, there is no such release as 芦v0.10.0.0禄.
Latest version in v9.x branch is v9.11.1, available at /dist/v9.11.1, and it has the same binaries naming sheme as v10.0.0, available at /dist/v10.0.0, minus the linux-x86 and sunos-x86 per nodejs/build#885. The same naming scheme was used as far down as v4.0.0.
I'm going to close this as invalid, as the binaries were obviously searched in the wrong locations.
Feel free to reopen though (or to ask for a reopen, or leave comments) if you think that this is not resolved.
I'm sorry, I was in a hurry and did some little mistakes on that. I thought I'm in the https://nodejs.org/dist/v10.0.0/ directory but was accidentally in the https://nodejs.org/dist/v0.10.0/ directory and now I can't even reproduce what went actually wrong... Sorry!
Most helpful comment
I'm sorry, I was in a hurry and did some little mistakes on that. I thought I'm in the https://nodejs.org/dist/v10.0.0/ directory but was accidentally in the https://nodejs.org/dist/v0.10.0/ directory and now I can't even reproduce what went actually wrong... Sorry!