$ npm config delete https-proxy $ npm config set https://registry.npmjs.org/ ←初期設定に戻す proxy設定をON/OFFを繰り返すならBATにした方が良い。
$ npm config set registry http://registry.npmjs.org/ これでproxy環境下でもnpm install出来る。
NO_PROXYまたはno_proxyホスト名をカンマ(,)区切りのリストで指定します。iscp.Conn.connect で指定する address (iSCP サーバーのアドレス)がいずれかに一致する場合、 Proxy Server を使用せずに直接 iSCP サーバーと通信します。no-proxy.example.com,*.example.com ...
npm config set registry http://registry.npmjs.org/ proxy環境下でもinstallできるようにする もういっかいinstallしてみて! (npm config ls -l便利) nvm is not compatible with the npm config "prefix" option: currently set to "/usr/local" やること ここ見てください。私のブログで説明し...
http_proxy:http://localhost:8082/https_proxy:http://localhost:8082/no_proxy:localhost, 127.0.0.1 動作確認 ${home}/.npmrcをエディタで開き, 下記を追記する. registry=http://localhost:4873/ 次のコマンドを実行して確認してみる. npm info npm ...
$>git clone https://github.com/verdaccio/docker-examples.git$>cddocker-examples/apache-verdaccio/$>sudodocker-compose up-d...Creating verdaccio ...doneCreating apache-verdaccio_apacheproxy_1 ...done 4. 起動に成功したらブラウザからアクセスしてみる ...