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.enter image description here

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

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - IE9 error '$'is not defined -