[Atom]Checking for native build tools failed 安装插件时的报错

第一次在 Atom 中安装插件时遇到的问题:

E:\Atom\resources\app\apm\bin>apm install --check
Checking for native build tools failed

gyp info it worked if it ends with ok
gyp info using node-gyp@2.0.2
gyp info using node@0.10.40 | win32 | ia32
gyp http GET https://atom.io/download/atom-shell/v0.36.8/node-v0.36.8.tar.gz
gyp http 404 https://atom.io/download/atom-shell/v0.36.8/node-v0.36.8.tar.gz

404 的问题,换个下载地址
解决方法:

windows 环境:
set ATOM_NODE_URL=http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist
ubuntu:
export ATOM_NODE_URL=http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist

另外安装了中文的菜单栏后(为了方便
打开 Atom 提示报错:

Cannot load the system dictionary for zh-CN

字面意思是提示目录里没有相应的 dictionary
到拓展包下一个 atom-zh-dictionary 就行了
一个用于Atom编辑器的中/英互译的插件。
目前支持扇贝网和有道
但是下了之后还是会有警告,似乎不影响正常使用

你可能感兴趣的:(※,读书笔记)