Atom改國內源

linux

#進入目錄
cd /home/你的用戶名/.atom

#建立文件並編輯
vim .apmrc

#添加國內源
registry=https://registry.npm.taobao.org

#保存退出

#測試是否成功
apm install --check

windows

#進入目錄
找到C:\Users\用戶名\.atom目錄

#建立名爲 .apmrc 的文件並編輯

#添加國內源
registry=https://registry.npm.taobao.org
strict-ssl=false

#保存退出

#測試是否成功
apm install --check

從新打開atom搜索安裝插件便可linux

相關文章
相關標籤/搜索