Install Node.JS on Raspberry Pi

pi

If you are using Raspbian Jessie on your Raspberry Pi then you may want to use Node.JS.

You can use Node.JS for a number of things one being running a Twitter Bot to automatically retweet, like or favourite tweets based on Twitter search queries.

To install Node.JS on your Raspberry Pi, simply follow the steps listed below.

Guide to Install Node.JS on Raspbian

Open a Terminal session by clicking on the icon on the taskbar:

1

This will open a Terminal session and you should then run the following commands this this order.

Update your version of Raspbian and all packages:

sudo apt-get update
sudo apt-get dist-upgrade

Download the required package:

wget https://node-arm.herokuapp.com/node_latest_armhf.deb

Install the package:

sudo dpkg -i node_latest_armhf.deb

Test the installation and Node version:

node -v

You will now have Node.JS installed on your Raspberry Pi and ready to start using it.

Check out our blog for other guides on the Raspberry Pi.

Comments

If you have any questions or comments on this guide, please feel free to leave us a message below using our comments system.

Click to rate this post!
[Total: 1 Average: 5]

Discover more from TechyGeeksHome

Subscribe to get the latest posts sent to your email.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.