legobot
Setting up Raspberry Pi Zero : Install node.js 본문
Installing node.js to the PI Zero
If you want to install node.js to the PI zero, you can follow the steps below.
If there is error related to permission, you may use 'sudo' for every command it has permission error.
$ wget https://nodejs.org/dist/v4.4.7/node-v4.4.7-linux-armv6l.tar.xz
$ tar -xvf node-v4.4.7-linux-armv6l.tar.xz
$ cd node-v4.4.7-linux-armv6l
$ sudo cp -R * /usr/local/
If everything is installed well, you may use "node -v" on the terminal. It will display the version of node.js you just installed.
'raspberry pi' 카테고리의 다른 글
Enabling i2c for sensors (0) | 2016.07.22 |
---|---|
Sharing files between MacOS and raspberry pi (0) | 2016.07.21 |
Setting up Raspberry Pi Zero : Setting wireless lan (1) | 2016.07.15 |
Setting up Raspberry Pi Zero : booting and enable OTG for remote access (0) | 2016.07.14 |