Debian instalacja node

# apt-get install build-essential 
# apt-get install curl libcurl3 php7.0 php7.0-curl
# curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
# apt-get install -y nodejs
# node -v
v9.4.0
# npm -v
5.6.0

Dodaj komentarz