Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Error 404 installing nodeARM v0.12.0 #53

Open
isc30 opened this issue Mar 30, 2015 · 5 comments
Open

Error 404 installing nodeARM v0.12.0 #53

isc30 opened this issue Mar 30, 2015 · 5 comments

Comments

@isc30
Copy link

isc30 commented Mar 30, 2015

Hi, i have a raspberry pi 2 and when im trying to install doing scripts/install-sdk.sh i get 404 error from http://nodejs.org/dist/v0.12.0/node-v0.12.0-linux-arm-pi.tar.gz
There is no v0.12.0 there for ARM. The only one i got working is this: http://node-arm.herokuapp.com/node_latest_armhf.deb
Please i cant install if that error happens. It will be great if somewhere installation of nodejs can be disabled to make it work correctly on raspberrypi. Thanks

@isc30 isc30 changed the title Error installing Error installing nodeARM v0.12.0 -> 404 Mar 30, 2015
@isc30 isc30 changed the title Error installing nodeARM v0.12.0 -> 404 Error 404 installing nodeARM v0.12.0 Mar 30, 2015
@fpalamour
Copy link

Same issue, I should close mine. Should we try with the linux 0.12.1 version ?

http://nodejs.org/dist/v0.12.1/

@nightwing
Copy link
Contributor

There is no arm-pi version of node 0.12.1 either.
We can modify install script https://github.com/c9/install/blob/master/install.sh#L16 to install node from http://node-arm.herokuapp.com/node_latest_armhf.deb or add option to skip it and use global node, if that's needed for saving disc space.

You can run

ln -sf $(which tmux) ~/.c9/bin/tmux
echo 1 > ~/.c9/installed

to disable install script and use global node

@fpalamour
Copy link

It worked for me with manually installing http://node-arm.herokuapp.com/node_latest_armhf.deb.
Thank you.

@isc30
Copy link
Author

isc30 commented Apr 5, 2015

I am using nodejs v0.12.0
What lines do I have to change from install.sh to compile with global node? i cant get it working :(
This happens for all ARM Raspberrys
Can you please give me last install.sh before adding that (error 404) nodejs download?

@SeriousM
Copy link

SeriousM commented May 1, 2015

It worked for me with manually installing http://node-arm.herokuapp.com/node_latest_armhf.deb.

Did you have to fake the ~/.c9/installed file?

What lines do I have to change from install.sh to compile with global node? i cant get it working :(

Fake the ~/.c9/installed file was enough in my case. Of course I had to install nodejs first with

https://github.com/joyent/node
cd node
git checkout v0.12.0
./configure --without-snapshot
make
make install

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants