An open API service indexing awesome lists of open source software.

https://github.com/aitthi/nodejs-raspbian

Install Nodejs on Raspbian Server or Ubuntu Server for linux ARM6 or ARM7 like Raspberry Pi or Orange PI
https://github.com/aitthi/nodejs-raspbian

orange-pi orangepi orangepi-zero raspbian-server ubuntu ubuntu-server

Last synced: 22 days ago
JSON representation

Install Nodejs on Raspbian Server or Ubuntu Server for linux ARM6 or ARM7 like Raspberry Pi or Orange PI

Awesome Lists containing this project

README

          

# nodejs-raspbian
Install Nodejs on Raspbian Server for linux ARM6 or ARM7 like Raspberry Pi or Orange PI

```sh
sudo su
wget -O - https://raw.githubusercontent.com/Aitthi/nodejs-raspbian/master/install.sh
nano ./install.sh # Change Node Version
bash ./install.sh
exit
node -v
npm -v
```