Basic Service Series-Centos7 Install Node.js10

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Introduction##

Based on the official centos image, install Node.js 10.

Unix prerequisites:

For Python3.7, please refer to Basic Service Series-Centos7 Install Python3.7

download##

wget https://nodejs.org/dist/v10.16.0/node-v10.16.0-linux-x64.tar.xz

Unzip##

tar -xvf node-v10.16.0-linux-x64.tar.xz

mv node-v10.16.0-linux-x64 /usr/local/lib/nodejs/node-v10.16.0-linux-x64/

Configure environment variables##

VERSION=v10.16.0
DISTRO=linux-x64
export PATH=/usr/local/lib/nodejs/node-$VERSION-$DISTRO/bin:$PATH

verification##

node -v

reference##

Installation

Building Node.js

Recommended Posts

Basic Service Series-Centos7 Install Node.js10
Basic service series-centos7 install JDK
ubuntu install nodejs
CentOS install nodejs 8
Install node.js under Ubuntu
CentOS 7 install Docker service
Nodejs install on centos7
Install nodejs10 on Ubuntu16
Install Node.js on Centos
ubuntu16.04 install node.js, npm
Centos 7 install jdk and package service service
CentOS 8 install Git and basic configuration
How to install Node.js on Ubuntu 16.04
CentOS 8 - install and configure NFS service
Install nodejs and npm under Ubuntu 16.04