node.js - Installing nodejs on linux ubuntu 16.04 -
so have been searching , searching answer install node using brew install package. installs node , when node -v or node --version says node program not installed yet, when try install again says current version of node installed.
if haven't already, follow install docs nodejs' website.
curl -sl https://deb.nodesource.com/setup_7.x | sudo -e bash - sudo apt-get install -y nodejs
working on fresh install ubuntu 16.04 box.
Comments
Post a Comment