npm:依赖:node-gyp(>= 0.10.9)但是它不会被安装

npm:依赖:node-gyp(>= 0.10.9)但是它不会被安装

我想安装 npm。我已经更新了所有内容,但无法解决问题。

我收到的信息是:

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.

你可以帮帮我吗?

答案1

我可以通过执行以下操作来安装 npm:

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

sudo apt-get install npm

相关内容