Quantcast
Channel: @atwellpublive
Viewing all articles
Browse latest Browse all 68

How to Install Node 12 / NPM on Cloudways

$
0
0
curl https://gist.githubusercontent.com/cloudways-haider/f7cb6627f6674c263624589d360e12b4/raw/9d0b2c78ace5b7b2dedb411e9d676129e34b470a/nvm_install.sh | bash

source ~/.bashrc

nvm install 12.0.0

nvm alias default node

exec bash

node -v

Viewing all articles
Browse latest Browse all 68

Trending Articles