Installation steps on Debian.

General Discussion
  • The current steps outline how to compile the package yourself, however, they do now have a version for the raspberry pi, well, up to 0.10.26 anyway.

    So might be worth changing the Debian NodeJS section with

    wget http://nodejs.org/dist/v0.10.26/node-v0.10.26-linux-arm-pi.tar.gz
    tar -xvzf node-v0.10.26-linux-arm-pi.tar.gz
    node-v0.10.26-linux-arm-pi/bin/node --version
    

    You should see: v0.10.26

    NODE_JS_HOME=/home/pi/node-v0.10.26-linux-arm-pi 
    PATH=$PATH:$NODE_JS_HOME/bin 
    
    npm —version
    

    You should see: 1.4.3

    Not sure if this helps or not.. 😆


Suggested Topics


  • 0 Votes
    4 Posts
    1326 Views
  • 0 Votes
    2 Posts
    266 Views
  • Problem installing 0.7x

    General Discussion
    0 Votes
    3 Posts
    1580 Views
  • Installation on modulus

    General Discussion
    0 Votes
    1 Posts
    740 Views