前提・実現したいこと
vue.jsを勉強しています。
vue add element 後に以下のエラーメッセージが発生しました。
発生している問題・エラーメッセージ
npm ERR! code ECONNRESET npm ERR! errno ECONNRESET npm ERR! network Invalid response body while trying to fetch https://registry.npmjs.org/eslint-loader: aborted 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:
該当のソースコード
ソースコード
試したこと
elemntを削除
npm uninstall elemnt
https://qiita.com/wafuwafu13/items/2fe43414aa6e1899f494
上記記載内容
補足情報(FW/ツールのバージョンなど)
npm --version 7.0.14
Python 3.8.5
node v15.3.0
vue cli4
ここにより詳細な情報を記載してください。
あなたの回答
tips
プレビュー