LoginSignup
1
1

More than 5 years have passed since last update.

How to Install the Latest Version of NodeJS and NPM on the Raspberry Pi

Last updated at Posted at 2015-12-24
$ wget https://s3-eu-west-1.amazonaws.com/conoroneill.net/wp-content/uploads/2015/02/node-v0.12.0-linux-arm-pi.tar.gz
$ tar -zxvf node-v0.12.0-linux-arm-pi.tar.gz
$ cd node-v0.12.0-linux-arm-pi
$ sudo cp -R * /usr/local/

$ node -v
v0.12.0
$ npm -v
2.5.1
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1