为什么 windows下安装 go-plus插件一直失败?

windows7 系统。atom 1.2.0 。 通过atom里的 插件安装方式安装 go-plus 插件,报如下错误:

Installing “[email protected]” failed.Hide output…

gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | win32 | ia32
gyp http GET https://atom.io/download/atom-shell/v0.34.0/node-v0.34.0.tar.gz
gyp http 200 https://atom.io/download/atom-shell/v0.34.0/node-v0.34.0.tar.gz
gyp WARN install got an error, rolling back install

Compiler tools not found
Packages that depend on modules that contain C/C++ code will fail to install.
Read here for instructions on installing Python and Visual Studio.
Run apm install --check after installing to test compiling a native module.

请问我的电脑还需要装哪些东东?atom 需要做哪些配置?

非常感谢!

如果插件里有 C++ 的代码的话,需要安装编译环境,详见 https://github.com/nodejs/node-gyp#installation

你应该需要安装Visual C和Visual C++,要不然直接装VS