1. ホーム
  2. Ubuntu

atomは、国内のミラーを設定します。

2022-02-20 03:12:39
<パス

apm に新しいソフトウェアソースを提供する

Atomのプラグインは実はnpm上にあるのですが、npmの公式ソースは中国ではアクセスが非常に遅いのです。しかし、中国には多くのミラーソースがあり、例えばTaobaoのソース( http://registry.npm.taobao.org/ )、CNPM ( http://r.cnpmjs.org ).

apmが使用するソフトウェアソースの設定は簡単で、以下のコマンドを実行します。

apm config set registry npm_mirror_url

上記のnpm_mirror_urlを、使用したいミラーソースに置き換えます。Taobaoのソースを使用したい場合は、以下のコマンドを使用します。

apm config set registry http://registry.npm.taobao.org

参考 https://ayase.moe/2017/03/11/proxy-setting-of-apm/