Install Node.JS on Raspberry Pi

pi

Last updated on April 17th, 2023 at 12:16 am

Read Time:57 Second

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:

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: 0 Average: 0]

Free Subscription

If you want to be notified when we post more quality guides like this one, sign up to our free subscription service and you will receive an email when a new post is live.

Join 441 other subscribers.

No need to worry, we will not be filling your inbox with spam and you can unsubscribe anytime you like.


Leave us a message...

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