【发布时间】:2016-04-01 15:35:57
【问题描述】:
我正在尝试为 GitHub 的 Atom 编辑器安装 atom-typescript 包。当我按下安装按钮时,它会显示以下错误消息。
Installing "atom-typescript@8.5.0" 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.34.5/node-v0.34.5.tar.gz
gyp http 200 https://atom.io/download/atom-shell/v0.34.5/node-v0.34.5.tar.gz
gyp http GET https://atom.io/download/atom-shell/v0.34.5/SHASUM256.txt
gyp http GET https://atom.io/download/atom-shell/v0.34.5/node.lib
gyp http GET https://atom.io/download/atom-shell/v0.34.5/x64/node.lib
gyp http 200 https://atom.io/download/atom-shell/v0.34.5/x64/node.lib
gyp http 200 https://atom.io/download/atom-shell/v0.34.5/node.lib
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
不知道是什么问题。
有人遇到过同样的问题吗?
【问题讨论】:
-
这是
atom-typescript的全新安装,您使用的是哪个版本的Atom 以及您安装了哪些其他软件包(如果有)?我刚刚试了一下,成功安装在Atom 1.7.0-beta4,这是最新的Beta版。
标签: atom-editor