Day 251

The command that finally fixed my environment!
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

smc@ThinkPad:~$ sudo apt-get install -y nodejs
[sudo] password for smc:          
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following NEW packages will be installed:
  nodejs
0 upgraded, 1 newly installed, 0 to remove and 8 not upgraded.
Need to get 12.4 MB of archives.
After this operation, 61.3 MB of additional disk space will be used.
Get:1 https://deb.nodesource.com/node_9.x bionic/main i386 nodejs i386 9.11.2-1nodesource1 [12.4 MB]
Fetched 12.4 MB in 4s (3,296 kB/s)
Selecting previously unselected package nodejs.
(Reading database ... 288468 files and directories currently installed.)
Preparing to unpack .../nodejs_9.11.2-1nodesource1_i386.deb ...
Unpacking nodejs (9.11.2-1nodesource1) ...
Setting up nodejs (9.11.2-1nodesource1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
smc@ThinkPad:~$ node -v
v9.11.2
smc@ThinkPad:~$ npm -v
5.6.0

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2