将“atom-typescript@8.5.0”安装到GitHub的Atom Editor中失败了

时间:2016-04-01 15:35:57

标签: atom-editor

我正在尝试为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

无法弄清问题是什么。

是否有人遇到过同样的问题?

Image displaying the error

2 个答案:

答案 0 :(得分:1)

您可以手动安装

CD到~/.atom/packages 从github克隆项目,

git clone https://github.com/TypeStrong/atom-typescript

cd to

   atom-typescript

并运行

npm install

重启原子。

答案 1 :(得分:0)

您可以尝试通过关闭所有Atom实例从命令行进行安装,然后发出以下命令:

https://en.wikipedia.org/w/index.php?search=the+flash+and+the+supergirl&title=Special:Search&go=Go&searchToken=6wtdjlxknk7q715hkdp52cegf 

如果这不是全新安装,那么您将首先要卸载以前的软件包:

apm install atom-typescript

如果您收到相同的错误消息,可以从Atom / apm的角度检查是否实际安装了本机工具:

apm uninstall atom-typescript

如果后一个命令失败,那么您可以使用任何详细信息更新您的问题。