Jump to content

Nikolai Asparuhov

Members
  • Posts

    22
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Nikolai Asparuhov reacted to spacebass in Nodejs on Orange Pi PC   
    You're right the debian repos are stuck with 0.10, but you can build the latest version yourself:
     
    https://nodejs.org/en/download/ 
    https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions
     
    I'm about to test node on the Cubietruck soon. I compiled it successfully a few days ago but since I haven't decided if I should stick to armbian legacy or vanilla, I have not done any decent testing on node yet.  
  2. Like
    Nikolai Asparuhov reacted to ufmanchu in Nodejs on Orange Pi PC   
    Yes the node guys provide armhf binaries too. Nikolai pick whatever suits you, node LTS is at 4.x version and node stable is at 5.x
     
    Jesus trying to wrap text in code tags with Tapatalk is a nightmare
  3. Like
    Nikolai Asparuhov reacted to Eng-Shien Wu in Nodejs on Orange Pi PC   
    What is wrong with the ARMv7 binaries in https://nodejs.org/en/download/stable/(works for my code)?
  4. Like
    Nikolai Asparuhov reacted to spacebass in Nodejs on Orange Pi PC   
    Yep, compiling it is bog-standard:
    wget http://nodejs.org/dist/node-latest.tar.gz tar -xzf node-latest.tar.gz cd [node folder] ./configure make sudo make install
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines