Answer the question
In order to leave comments, you need to log in
What is the difference between node and nodejs?
I use nodejs for work. When installing sudo apt-get install nodejs, version 0.10.25 was installed, although version 0.12.4 is the latest on the nodejs site.
I installed this version with:
udo npm cache clean -f
sudo npm install -gn
sudo n stable
When prompted -v gives both versions for node and nodejs
Only what is the difference please explain?
Answer the question
In order to leave comments, you need to log in
Demolish both Install
off package
We read https://deb.nodesource.com/setup to find out how additional repositories will be added to our PC. All responsibility for the problems is only on you
By default, 0.10.x is put
curl -sL https://deb.nodesource.com/setup | sudo bash -
paste to install repositoriessudo apt-get update && sudo apt-get install -y nodejs
install the node deb https://deb.nodesource.com/node_0.10 ....
deb-src https://deb.nodesource.com/node_0.10 ...
deb https://deb.nodesource.com/node_0.12 ....
deb-src https://deb.nodesource.com/node_0.12 ...
which node; man node
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question