2

So i have been searching and searching for an answer but I install node using brew install package. It installs node and then when I do node -v or node --version it says node program is not installed yet, when i try to install it again its says the current version of node is currently installed.enter image description here

1 Answer 1

3

If you haven't already, follow the install docs from NodeJS' website.

curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - sudo apt-get install -y nodejs 

Working on a fresh install Ubuntu 16.04 box.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.