-
Notifications
You must be signed in to change notification settings - Fork 5
Instalando o NodeJS em todos os sistemas operacionais
Gabriel Tibúrcio edited this page Apr 18, 2018
·
1 revision
Instalar via linhas de comando pelo terminal (Ctrl + Alt + L)
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.9/install.sh | bash
$ nvm install node
$ nvm use node
$ node --version
v9.X
$ npm --version
5.X