前提・実現したいこと
Vue CLIを用いて簡易的なアプリ作成したのですが、
npm install -g vue-cliでインストールをしても
下記のようなエラーが表示されます
homebrew,node.jsのインストールはできているので、
プロキシの問題だと思うのですが、
改善方法が分からない状態で行き詰まっています。
発生してる問題・エラーメッセージ
npm ERR! code ENOTFOUND npm ERR! errno ENOTFOUND npm ERR! network request to http://registry.npmjs.org/javascript-stringify/-/javascript-stringify-1.6.0.tgz failed, reason: getaddrinfo ENOTFOUND proxy.company.com 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! /Users/a-imamura/.npm/_logs/2020-07-11T18_11_26_565Z-debug.log
試したこと
npm -g config set proxy "http://<server>:<port>/"
npm -g config set https-proxy "https://<server>:<port>/"
上記を入力しましたが、改善されませんでした。
補足情報(FW/ツールのバージョンなど)
右も左も分からない初学者ですが何卒宜しくお願い致します。
あなたの回答
tips
プレビュー