You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating eclipse (Helios) recently, I am no longer able to install nodeclipse. I get this error message:
Cannot complete the install because one or more required items could not be found.
Software being installed: Nodeclipse 0.4.0.201305191444 (org.nodeclipse.feature.group 0.4.0.201305191444)
Missing requirement: Nodeclipse 0.4.0.201305191444 (org.nodeclipse.ui 0.4.0.201305191444) requires 'bundle org.eclipse.wst.jsdt.core 1.1.102' but it could not be found
Cannot satisfy dependency:
From: Nodeclipse 0.4.0.201305191444 (org.nodeclipse.feature.group 0.4.0.201305191444)
To: org.nodeclipse.ui [0.4.0.201305191444]
I tried manually installing JSDT, but that did not solve the problem. I noticed that nodeclipse looks for org.eclipse.wst.jsdt.CORE, but I am unable to find that exact bundle on the helios update page, only this one: org.eclipse.wst.jsdt.FEATURE.FEATURE.GROUP.
It seems that something is changed, and nodeclipse needs to be udpated to allow the new bundle name to fulfill the dependency?
The text was updated successfully, but these errors were encountered:
After updating eclipse (Helios) recently, I am no longer able to install nodeclipse. I get this error message:
Cannot complete the install because one or more required items could not be found.
Software being installed: Nodeclipse 0.4.0.201305191444 (org.nodeclipse.feature.group 0.4.0.201305191444)
Missing requirement: Nodeclipse 0.4.0.201305191444 (org.nodeclipse.ui 0.4.0.201305191444) requires 'bundle org.eclipse.wst.jsdt.core 1.1.102' but it could not be found
Cannot satisfy dependency:
From: Nodeclipse 0.4.0.201305191444 (org.nodeclipse.feature.group 0.4.0.201305191444)
To: org.nodeclipse.ui [0.4.0.201305191444]
I tried manually installing JSDT, but that did not solve the problem. I noticed that nodeclipse looks for org.eclipse.wst.jsdt.CORE, but I am unable to find that exact bundle on the helios update page, only this one: org.eclipse.wst.jsdt.FEATURE.FEATURE.GROUP.
It seems that something is changed, and nodeclipse needs to be udpated to allow the new bundle name to fulfill the dependency?
The text was updated successfully, but these errors were encountered: