1

I installed nodejs as per this documentation https://nodejs.org/en/download/package-manager/

then I checked i current version of Node js

:~/Downloads$ nodejs -v

v4.2.6

Still Older version of Nodejs

then I tried to install node via nvm as per this documentation https://askubuntu.com/questions/849270/how-can-i-install-a-tar-xz-file-from-nodejs-org

I got newest version of Node :~/Downloads$ node -v v7.9.0

But When I checked version of nodejs , got still old version of nodejs. I just confused about difference bewtween nodejs and node .

thanks in advance if any one help me to install latest version of Nodejs via ppa or by tar.xz file, I already tried each solution.

Álvaro González
  • 142,137
  • 41
  • 261
  • 360
TheVinspro
  • 361
  • 1
  • 4
  • 17

1 Answers1

0

Answers is what are the differences between node.js and node?

Community
  • 1
  • 1
Quang Hoàng
  • 349
  • 4
  • 15