sr33 / ares

Social Media Nuker
GNU General Public License v3.0
98 stars 21 forks source link

Installation instructions for Linux? #8

Closed LinuxOnTheDesktop closed 4 years ago

LinuxOnTheDesktop commented 4 years ago

Hello! I don't think your install instructions cover Linux. I tried sudo apt install npm but the result - and this may not be your fault - was:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 npm : Depends: node-gyp (>= 0.10.9) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
sr33 commented 4 years ago

Were you trying to install node & npm?

If so you can download it here. If you prefer a package manager, sudo apt-get update and then follow these instructions

Don't forget to update your npm after installing node.

npm install npm@latest -g