Answer the question
In order to leave comments, you need to log in
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
Answer the question
In order to leave comments, you need to log in
Here is how to install it .
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
Maybe you should try docker and forget about the problems of versions and the freshness of the repositories?)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question