パッケージをインストールしたい
現在、node.js、expressを使って学習を進めているなかで新しいパッケージを導入しようとしていました。
npm install express-session --save
パッケージを導入しようとするのですがエラーがでます。
発生している問題・エラーメッセージ
npm ERR! code ENOTFOUND npm ERR! errno ENOTFOUND npm ERR! network request to https://registry.npmjs.org/express-session failed, reason: getaddrinfo ENOTFOUND registry.npmjs.org npm ERR! network This is a problem related to network connectivity. npm ERR! network In most cases you are behind a proxy or have bad network settings. npm ERR! network npm ERR! network If you are behind a proxy, please make sure that the npm ERR! network 'proxy' config is set properly. See: 'npm help config' npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\aero\AppData\Roaming\npm-cache\_logs\2020-03-05T06_19_31_757Z-debug.log
試したこと
npm config set registry http://registry.npmjs.org/
下記サイトを参考に上記コマンドを入力しても変化なしでした。。
npmのconfigを触ったらいいのかなとおもっているんですがあまり分かっていないです。。
npm installで失敗したときの5つの解決方法
補足情報(FW/ツールのバージョンなど)
windows10、
nodeのversion:v12.16.1
回答1件
あなたの回答
tips
プレビュー