Node.js on Raspberry Pi installation guide

This short guide teaches you how to install the Node.js framework on your Raspberry Pi running Raspbian.

Run the following commands in the terminal:
sudo add-apt-repository -y ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install -y python-software-properties python g++ make
sudo apt-get install -y nodejs

2 thoughts on “Node.js on Raspberry Pi installation guide

  1. Fail at step 1.
    add-apt-repository: command not found

    Overcome by adding python package.
    sudo apt-get install python-software-properties

Leave a Reply

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