npm: node-gyp(>= 3.6.2~) によって異なりますがインストールされません。

npm: node-gyp(>= 3.6.2~) によって異なりますがインストールされません。

私は次の手順を実行しました。

  1. クローンhttps://github.com/nibtehaz/NORTH-app.git
  2. カール-sLhttps://deb.nodesource.com/setup_10.x|Sudo-E bash-
  3. sudo apt-get インストール -y nodejs
  4. npm install# 結果 次のエラーが発生します。

    次のパッケージには満たされていない依存関係があります。 nodejs: conflict: npm npm: dependency: node-gyp (>= 3.6.2~) ただし、インストールされません。 E: 問題を解決できません。パッケージが破損しています。

私が一意見で提案したように

sudo apt install node-gyp
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:
 node-gyp : Depends: libnode-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages

私が逃したものは何ですか?

ベストアンサー1

おすすめ記事