File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ title: Raspberry Pi
8
8
As the Pi 2 uses a different processor (Arm v7) compared with the original
9
9
Pi (Arm v6) the method of installing node.js is slightly different.
10
10
11
- <div class =" doc-callout " ><em >Note</em >: The most recent stable release of Node < code >0.12.x</ code > is <em >not</em > currently supported.</div >
11
+ <div class =" doc-callout " ><em >Note</em >: Versions of io.js are <em >not</em > currently supported.</div >
12
12
13
13
#### Raspberry Pi 2
14
14
15
- To install Node.js on Pi 2 - and some other Arm7 processor based boards, run
15
+ To install Node.js on Pi 2 - and other Arm7 processor based boards, run
16
16
the following commands:
17
17
18
- curl -sL https://deb.nodesource.com/setup_0.10 | sudo bash -
18
+ curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
19
19
sudo apt-get install -y build-essential python-dev python-rpi.gpio nodejs
20
20
21
21
This also installs some additional dependencies.
@@ -29,8 +29,8 @@ to clean up some hidden node directories before installing Node-RED:
29
29
30
30
The simplest way to install Node.js and other dependencies on Pi (version 1) is
31
31
32
- wget http://node-arm.herokuapp.com/node_0.10.36_armhf .deb
33
- sudo dpkg -i node_0.10.36_armhf .deb
32
+ wget http://node-arm.herokuapp.com/node_latest_armhf .deb
33
+ sudo dpkg -i node_latest_armhf .deb
34
34
sudo apt-get install build-essential python-dev python-rpi.gpio
35
35
36
36
### Install Node-RED
You can’t perform that action at this time.
0 commit comments