I am starting to learn Nodejs and tried to install it.
Now, when I do node -v
I get v4.4.4
and when I do nodejs -v
, I get v0.10.45
which node
gives /usr/local/bin/node
, which nodejs
gives /usr/bin/nodejs
I need v4.4.4
. Because of those different results I am not sure to start.
What can I do?