I
I
Islam Ibakaev2017-04-03 14:41:41
linux
Islam Ibakaev, 2017-04-03 14:41:41

How to install nodejs version > 6 in linux mint?

i looked here https://nodejs.org/en/download/package-manager/#de...
and did like this

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

but version 4.2.6
ps was installed when installing the system, I checked the box next to disk encryption. Now every time you need to enter a password to unlock the disks and get into the system and another one to use the system. How to cancel the first - disk encryption to enter only one password inside the system.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
de1m, 2017-04-04
@devellopah

Here is how to install it .

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

D
Dmitry Aleksandrov, 2017-04-03
@jamakasi666

Maybe you should try docker and forget about the problems of versions and the freshness of the repositories?)

S
SagePtr, 2018-03-04
@SagePtr

If some nodejs is already there, then it's easier to install:
And then just select the desired version of nodejs:
n latest

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question