1. ホーム
  2. Other

npm install で npm ERR! cb() never called!

2022-02-12 16:24:43
<パス

npm install gives npm ERR! cb() never called!

解決策
まず、管理者モードで cmd を開き、npm のキャッシュをクリアします : npm cache clean -f
次に、キャッシュをクリアした後、最新版のNodeヘルパーをインストールします: npm install -g n

注意:npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"!win32", "arch ": "any"} (current: {"os": "win32","arch": "x64" }) が出た場合、以下のようになります。

このエラーメッセージ

次に、次のように npm install -g n --force を実行します。

3つ目は、ヘルパー (n) に最新の安定版 Node:n 安定版をインストールするように指示することです。

iv. 先のコマンドを完了すると、最新の情報が表示されます。もう一度インストールを実行しましょう:npm install

npm installの実行が非常に遅い場合は、画像を変更してみてください。

npm install -g cnpm --registry=https://registry.npm.taobao.org

写真の通りです。


その後、再度npm installを実行します。