Close Menu
  • Home
  • Java
  • JavaScript
  • Hibernate
  • Deployment
  • Spring
Facebook X (Twitter) Instagram
Developers GroundDevelopers Ground
Facebook X (Twitter) Instagram
  • Home
  • Java
  • JavaScript
  • Hibernate
  • Deployment
  • Spring
Developers GroundDevelopers Ground
Home Installing node.js Setup in AWS EC2 instance (Linux)
Deployment

Installing node.js Setup in AWS EC2 instance (Linux)

Omkar PanditBy Omkar PanditMarch 13, 2023Updated:August 16, 2023No Comments1 Min Read
Facebook Twitter Pinterest LinkedIn Tumblr Reddit WhatsApp Email
Share
Facebook Twitter LinkedIn Pinterest WhatsApp Email

Here I showing the basic command for installing the Node JS on Linux instance
Install node version manager (nvm) by typing the following at the command line

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash

#We will use nvm to install Node.js because nvm can install multiple versions of Node.js and allow you to switch between them.

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash

Activate nvm by typing the following at the command line.

. ~/.nvm/nvm.sh

Use nvm to install the latest version of Node.js by typing the following at the command line.

nvm install node

#check node version

node –v
Total
0
Shares
Share 0
Tweet 0
Pin it 0
Share 0
Omkar Pandit

Related Posts

How to Setup MySQL on Ubuntu Server

March 13, 2023
Leave A Reply Cancel Reply

Featured Posts
  • 1
    Understanding the Java String Class
    • April 10, 2025
  • 2
    Array in Java
    • February 19, 2024
  • 3
    Control Statements
    • January 16, 2024
  • 4
    Java Objects
    • January 11, 2024
  • 5
    Java Constructors
    • January 2, 2024
Facebook X (Twitter) Instagram Pinterest
© 2025 Developers Ground, All rights reserved.

Type above and press Enter to search. Press Esc to cancel.