首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在Eclipse Helios上安装Angular JS插件时出现错误将进行安装

在Eclipse Helios上安装Angular JS插件时出现错误将进行安装
EN

Stack Overflow用户
提问于 2016-11-09 17:52:50
回答 1查看 347关注 0票数 0

我正在尝试在我的Eclipse Helios中添加Angular js插件。我正在通过帮助选项卡下的新软件选项卡使用安装。

https://marketplace.eclipse.org/content/angularjs-eclipse/help中使用- http://oss.opensagres.fr/angularjs-eclipse/1.2.0/的URL。

尝试安装后,出现以下错误

代码语言:javascript
复制
Cannot complete the install because one or more required items could not be found.
  Software being installed: Debugger Support for Nodeclipse 1.2.0.201606160856 (tern.eclipse.ide.debugger.nodeclipse 1.2.0.201606160856)
  Missing requirement: Tern - Eclipse 0.6.0.201410042051 (tern.eclipse 0.6.0.201410042051) requires 'bundle org.eclipse.swt 3.7.0' but it could not be found
  Missing requirement: Tern - Eclipse 1.1.0.201511082254 (tern.eclipse 1.1.0.201511082254) requires 'bundle org.eclipse.swt 3.7.0' but it could not be found
  Missing requirement: Tern - Eclipse 1.2.0.201606160856 (tern.eclipse 1.2.0.201606160856) requires 'bundle org.eclipse.swt 3.7.0' but it could not be found
  Cannot satisfy dependency:
    From: Tern - Eclipse - Core IDE 0.6.0.201410042051 (tern.eclipse.ide.core 0.6.0.201410042051)
    To: bundle tern.eclipse 0.2.0
  Cannot satisfy dependency:
    From: Tern - Eclipse - Core IDE 1.1.0.201511082254 (tern.eclipse.ide.core 1.1.0.201511082254)
    To: bundle tern.eclipse 0.0.0
  Cannot satisfy dependency:
    From: Tern - Eclipse - Core IDE 1.2.0.201606160856 (tern.eclipse.ide.core 1.2.0.201606160856)
    To: bundle tern.eclipse 0.0.0
  Cannot satisfy dependency:
    From: Debugger Support for Nodeclipse 1.2.0.201606160856 (tern.eclipse.ide.debugger.nodeclipse 1.2.0.201606160856)
    To: bundle tern.eclipse.ide.core 0.0.0

谢谢。

EN

回答 1

Stack Overflow用户

发布于 2016-11-09 18:00:41

Eclipse Helios (3.6)对于这个软件来说太旧了,你需要安装一些新的软件,比如当前版本的Eclipse Neon (4.6)。

在错误日志中,文本

代码语言:javascript
复制
requires 'bundle org.eclipse.swt 3.7.0'

是说所需的SWT的最低版本是3.7.0,Eclipse Helios只有3.6版本,所以不兼容。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/40504046

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档