Day 264
BANG! Into the wall!
Turns out NodeJS 10.x dropped support for 32bit platforms.
I need a new computer...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
smc@ThinkPad:~/training-projects/codingphase-courses/html-email-foundation$ curl -sL https://deb.nodesource.com/setup_10.x | sudo bash
## Installing the NodeSource Node.js 10.x repo...
smc@ThinkPad:~/training-projects/codingphase-courses/html-email-foundation$ sudo apt-get -y install nodejs
Reading package lists... Done
Building dependency tree
Reading state information... Done
nodejs is already the newest version (9.11.2-1nodesource1).
The following package was automatically installed and is no longer required:
libllvm7
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
smc@ThinkPad:~/training-projects/codingphase-courses/html-email-foundation$ node -v
v9.11.2
smc@ThinkPad:~/training-projects/codingphase-courses/html-email-foundation$
Turns out NodeJS 10.x dropped support for 32bit platforms.
I need a new computer...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
smc@ThinkPad:~/training-projects/codingphase-courses/html-email-foundation$ curl -sL https://deb.nodesource.com/setup_10.x | sudo bash
## Installing the NodeSource Node.js 10.x repo...
smc@ThinkPad:~/training-projects/codingphase-courses/html-email-foundation$ sudo apt-get -y install nodejs
Reading package lists... Done
Building dependency tree
Reading state information... Done
nodejs is already the newest version (9.11.2-1nodesource1).
The following package was automatically installed and is no longer required:
libllvm7
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
smc@ThinkPad:~/training-projects/codingphase-courses/html-email-foundation$ node -v
v9.11.2
smc@ThinkPad:~/training-projects/codingphase-courses/html-email-foundation$
Comments
Post a Comment