GitHub - nicolargo/nodeautoinstall: NodeJS and NPM auto installation script for Debian Stable

Skip to content

Navigation Menu

Sign in

Appearance settings

==================================================== NodeJS and NPM installation script for Debian Stable

Description

NodeJS and NPM are only available in Debian Sid.

Here is a simple Python script for:

  • Download and install the latest NodeJS version
  • Download and install NPM

That's all folks !

How to process ?

In a console/terminal of you Debian distribution, enter the following commands:

  $ cd /tmp

  $ git clone git://github.com/nicolargo/nodeautoinstall.git
  $ cd nodeautoinstall
  or
  $ wget https://raw.github.com/nicolargo/nodeautoinstall/master/nodeautoinstall.py

  $ sudo python ./nodeautoinstall.py

Result

screenshot