web-dev-qa-db-fra.com

npm: dépend: node-gyp (> = 0.10.9) mais il ne va pas être installé

Je veux installer NPM. J'ai tout mis à jour mais je ne peux pas résoudre le problème.

Le message que je reçois est:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
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.

Pourriez-vous m'aider?

15
MatiasEze

J'ai pu installer npm en faisant comme suit:

Sudo apt-get install nodejs-dev node-gyp libssl1.0-dev

et

Sudo apt-get install npm
34
griever