树莓派Respberry Pi安装node和npm

树莓派Respberry Pi安装node和npm

You can build many apps using node.js and npm on your raspberry pi and it's very easy to interact with GPIO or other components connected to your raspberry pi. So if you are like me and like to do it on node.js here a few simple steps to install node and npm.

Add TipAsk QuestionCommentDownload

 

Tokyo, Tokyo Prefecture: See our Editor's Choice for Home Security."...the best home security system." - The Wirecutter

Sponsored by SimpliSafe

Step 1: Detect What Version of Node.js You Need

The processor on Raspberry Pi is ARM, but depends on the model there can be ARMv6, ARMv7 or ARMv8. This 3 versions of ARM is supported by Node.js.

So first of all type this in your terminal on raspberry pi to detect the version that you need:

uname -m

If the response starts with armv6 than that's the version that you will need. For example for raspberry pi zero W you will need ARMv6

Add TipAsk QuestionCommentDownload

Step 2: Download Node.JS Linux Binaries for ARM

Go to node.js download page and check right click on the version of ARM that you need and choose Copy Link address.

After that in the terminal using wget download the tar.gz file for that version. Just type wget, paste the link copied before and make sure the extension is .tar.gz. If it's something else change it to this and it should be ok. For example I will need ARMv6 and I will type this in my terminal:

wget https://nodejs.org/dist/v8.9.0/node-v8.9.0-linux-armv6l.tar.gz

Add TipAsk QuestionCommentDownload

Step 3: Extract the Archive

Using tar that is already installed with the system on your raspberry pi just type this (make sure you change the filename with the file that you have)

tar -xzf node-v8.9.0-linux-armv6l.tar.gz

Add TipAsk QuestionCommentDownload

Step 4: Copy Node to /usr/local

cd node-v6.11.1-linux-armv6l/
sudo cp -R * /usr/local/

Add TipAsk QuestionCommentDownload

Step 5: Check If Everything Is Installed Ok

Check if node and npm are installed correctly. This lines should print the version of node and npm installed.

node -v
npm -v

Now you have node.js installed on your Raspberry Pi and working so you can build something using node

 

创客必备:https://shop368495242.taobao.com/?spm=a21ar.c-ca-1.smart.5.7HX5xa

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值