Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
# обновляемся
sudo apt-get update
# ставим нужные пакеты
sudo apt-get install build-essential libssl-dev
# ставим nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh | bash
source ~/.profile
# смотрим список доступных версий ноды
nvm ls-remote
# ставим нужную
nvm install <version>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question