onlinepractice / nodejs

this repository contains all the required tools and configurations to setup nodejs for different machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodejs

this repository contains all the required tools and configurations to setup nodejs for different machines for ubuntu docker container running on MAC, try this:

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -


Log details

Installing the NodeSource Node.js v8.x repo...

Populating apt-get cache...

Confirming "trusty" is supported...

Adding the NodeSource signing key to your keyring...

Creating apt sources list file for the NodeSource Node.js v8.x repo...

Running apt-get update for you...

Run apt-get install nodejs (as root) to install Node.js v8.x and npm

apt-get install nodejs


Log details

Reading package lists... Done Building dependency tree
Reading state information... Done The following extra packages will be installed: libpython-stdlib python python-minimal python2.7 python2.7-minimal Suggested packages: python-doc python-tk python2.7-doc binfmt-support The following NEW packages will be installed: libpython-stdlib nodejs python python-minimal python2.7 python2.7-minimal 0 upgraded, 6 newly installed, 0 to remove and 2 not upgraded. Need to get 14.3 MB of archives. After this operation, 63.8 MB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-minimal amd64 2.7.6-8ubuntu0.3 [1187 kB] Get:2 https://deb.nodesource.com/node_8.x/ trusty/main nodejs amd64 8.5.0-1nodesource1 [12.8 MB] Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main libpython-stdlib amd64 2.7.5-5ubuntu3 [7012 B] Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main python-minimal amd64 2.7.5-5ubuntu3 [27.5 kB] Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7 amd64 2.7.6-8ubuntu0.3 [197 kB] Get:6 http://archive.ubuntu.com/ubuntu/ trusty/main python amd64 2.7.5-5ubuntu3 [134 kB] Fetched 14.3 MB in 2min 42s (87.9 kB/s)
Selecting previously unselected package python2.7-minimal. (Reading database ... 22458 files and directories currently installed.) Preparing to unpack .../python2.7-minimal_2.7.6-8ubuntu0.3_amd64.deb ... Unpacking python2.7-minimal (2.7.6-8ubuntu0.3) ... Selecting previously unselected package libpython-stdlib:amd64. Preparing to unpack .../libpython-stdlib_2.7.5-5ubuntu3_amd64.deb ... Unpacking libpython-stdlib:amd64 (2.7.5-5ubuntu3) ... Selecting previously unselected package python-minimal. Preparing to unpack .../python-minimal_2.7.5-5ubuntu3_amd64.deb ... Unpacking python-minimal (2.7.5-5ubuntu3) ... Selecting previously unselected package nodejs. Preparing to unpack .../nodejs_8.5.0-1nodesource1_amd64.deb ... Unpacking nodejs (8.5.0-1nodesource1) ... Selecting previously unselected package python2.7. Preparing to unpack .../python2.7_2.7.6-8ubuntu0.3_amd64.deb ... Unpacking python2.7 (2.7.6-8ubuntu0.3) ... Selecting previously unselected package python. Preparing to unpack .../python_2.7.5-5ubuntu3_amd64.deb ... Unpacking python (2.7.5-5ubuntu3) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for mime-support (3.54ubuntu1.1) ... Setting up python2.7-minimal (2.7.6-8ubuntu0.3) ... Linking and byte-compiling packages for runtime python2.7... Setting up libpython-stdlib:amd64 (2.7.5-5ubuntu3) ... Setting up python-minimal (2.7.5-5ubuntu3) ... Setting up nodejs (8.5.0-1nodesource1) ... Setting up python2.7 (2.7.6-8ubuntu0.3) ... Setting up python (2.7.5-5ubuntu3) ...

About

this repository contains all the required tools and configurations to setup nodejs for different machines