Changes between Version 49 and Version 50 of GENIRacksHome/OpenGENIRacks/RaspberryPIs/DiversityNotes


Ignore:
Timestamp:
08/26/16 15:09:36 (8 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/OpenGENIRacks/RaspberryPIs/DiversityNotes

    v49 v50  
    1818And then get the latest node source and install
    1919{{{
    20 curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
     20curl -sL https://deb.nodesource.com/setup_6.x | sudo bash -
    2121sudo apt-get install -y build-essential python-dev nodejs
    2222}}}
     
    2626
    2727node --version
    28 v4.4.5
     28v6.4.10
    2929
    3030npm --version
    31 2.15.5
     313.10.3
    3232
    3333}}}