You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.
First install dependencies with
sudo apt-get update sudo apt-get install build-essential libssl-dev
Then copy nvm install script from github and execute
curl https://raw.githubusercontent.com/creationix/nvm/v0.16.1/install.sh | sh
Update the profile with
source ~/.profile
Find existing versions
nvm ls-remote
and install
nvm install (version)
then run (when version = 0.12.7)
nvm run 0.12.7 server.js