Installing Node On Ec2 Instance

[Solved] Installing Node On Ec2 Instance | Shell - Code Explorer | yomemimo.com
Question : installing node on ec2 instance

Answered by : subodh-verma

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

Source : | Last Update : Tue, 29 Dec 20

Answers related to installing node on ec2 instance

Code Explorer Popular Question For Shell