Skip to Content

How to install node in Ezeelogin gateway server?

How to install node in the Ezeelogin gateway server using the rpm package?

 1.Install nodejs in Centos - 6,7,8

[email protected]:#   curl -sL https://rpm.nodesource.com/setup_14.x |bash -

[email protected]:# yum install -y nodejs

[email protected]:# node -v

v14.8.0

 
2. Install nodejs in Ubuntu - 16, 18, 20
 

[email protected]:# curl -sL https://deb.nodesource.com/setup_14.x   |bash -

[email protected]:# apt-get install nodejs -y 

[email protected]:# node -v

v14.8.0