2016-11-09 149 views
0

我想在Eclipse Helios中添加Angular js插件。 我正在使用通過幫助標籤下的新軟件標籤進行安裝。Eclipse Helios上的Angular JS Plugin安裝給出錯誤將安裝

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

嘗試安裝以下錯誤後即將

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 

謝謝。

回答

0

Eclipse Helios(3.6)對於這個軟件來說太舊了,你需要安裝一些更新的東西,比如當前版本的Eclipse Neon(4.6)。

在錯誤日誌文本

requires 'bundle org.eclipse.swt 3.7.0' 

是說需要SWT的最低版本爲3.7.0,Eclipse的赫利俄斯只有3.6的版本,所以不兼容。