Table of Contents
Atom 设置
Atom 自带一个包管理工具,叫做 apm
可以设置 apm 的源
运行如下命令vi ~/.atom/.apmrc
加入如下行
registry = https://registry.npm.taobao.org
还可以给 apm 设置代理,在.apmrc
中加入如下行
strict-ssl = false http-proxy = https://9.0.2.1:0 https-proxy = https://9.0.2.1:0