8000 Update bootstrap with latest instructions for installing node.js on RPi · Issue #253 · ibmtjbot/tjbot · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Update bootstrap with latest instructions for installing node.js on RPi #253
Open
@jweisz

Description

@jweisz

See article here: https://pimylifeup.com/raspberry-pi-nodejs/

sudo apt update
sudo apt upgrade
sudo apt install -y ca-certificates curl gnupg
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/nodesource.gpg
NODE_MAJOR=20
echo "deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
sudo apt update
sudo apt install nodejs

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0