Giter Site home page Giter Site logo

Error 404 installing nodeARM v0.12.0 about core HOT 5 OPEN

c9 avatar c9 commented on August 16, 2024
Error 404 installing nodeARM v0.12.0

from core.

Comments (5)

fpalamour avatar fpalamour commented on August 16, 2024

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

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

from core.

nightwing avatar nightwing commented on August 16, 2024

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

from core.

fpalamour avatar fpalamour commented on August 16, 2024

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

from core.

isc30 avatar isc30 commented on August 16, 2024

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?

from core.

SeriousM avatar SeriousM commented on August 16, 2024

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

from core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.