V
V
Vyacheslav Lebedev2015-04-08 22:28:49
linux
Vyacheslav Lebedev, 2015-04-08 22:28:49

Chris-lea, actual repository with node.js?

Good evening!
I updated my favorite webstorm and suddenly it began to require an updated node.js from me.
I checked the system for updates - nothing.
Found a repository: ppa:chris-lea/node.js, updated - nothing.
I checked the version of the packages on the site : v0.12.2
In the system: 0.10.37-1
Which way to dig? What to do?
Decision:

curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
sudo apt-get install -y nodejs

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
kwolfy, 2015-04-09
@slavikse

Install iojs

curl -sL https://deb.nodesource.com/setup_iojs_1.x | sudo bash -
sudo apt-get install -y iojs

Or alternatively
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
sudo apt-get install -y nodejs

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question