Install Node.JS on Raspberry Pi

pi
pi

Estimated reading time: 1 minutes

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]

Share this content:

Avatar for Andrew Armstrong

About Andrew Armstrong

Founder of TechyGeeksHome and Head Editor for over 15 years! IT expert in multiple areas for over 26 years. Sharing experience and knowledge whenever possible! Making IT Happen.

View all posts by Andrew Armstrong

Leave a Reply

Your email address will not be published. Required fields are marked *