我试图安装Nodeclipse,我发现当我将链接拖放到Eclipse中时,它会弹出一个对话框来安装ENide,一旦我开始安装插件,就会弹出一个对话框通知我installation encountered a problem
An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: org.eclipse.update.feature,angularjs-eclipse-feature,0.8.0.201501282321
No repository found containing: osgi.bundle,minimal-json,0.9.2
No repository found containing: osgi.bundle,org.eclipse.a.wst.html.webresources.core,0.9.0.201501272159
No repository found containing: osgi.bundle,org.eclipse.a.wst.html.webresources.ui,0.9.0.201501272159
No repository found containing: osgi.bundle,org.eclipse.angularjs.core,0.8.0.201501282321
No repository found containing: osgi.bundle,org.eclipse.angularjs.ui,0.8.0.201501282321
No repository found containing: org.eclipse.update.feature,org.eclipse.wst.html.webresources.feature,0.9.0.201501272159
No repository found containing: org.eclipse.update.feature,tern-feature,0.9.0.201501272204
No repository found containing: org.eclipse.update.feature,tern-jsdt-feature,0.9.0.201501272204
No repository found containing: org.eclipse.update.feature,tern-server-nodejs-feature,0.9.0.201501272204
No repository found containing: osgi.bundle,tern.core,0.9.0.201501272204
No repository found containing: osgi.bundle,tern.eclipse,0.9.0.201501272204
No repository found containing: osgi.bundle,tern.eclipse.ide.core,0.9.0.201501272204
No repository found containing: osgi.bundle,tern.eclipse.ide.jsdt,0.9.0.201501272204
No repository found containing: osgi.bundle,tern.eclipse.ide.server.nodejs.core,0.9.0.201501272204
No repository found containing: osgi.bundle,tern.eclipse.ide.server.nodejs.ui,0.9.0.201501272204
No repository found containing: osgi.bundle,tern.eclipse.ide.tools.core,0.9.0.201501272204
No repository found containing: org.eclipse.update.feature,tern.eclipse.ide.tools.feature,0.9.0.201501272204
No repository found containing: osgi.bundle,tern.eclipse.ide.tools.ui,0.9.0.201501272204
No repository found containing: osgi.bundle,tern.eclipse.ide.ui,0.9.0.201501272204
No repository found containing: osgi.bundle,tern.server.nodejs,0.9.0.201501272204如何避免这些错误并在服务器上成功安装Nodeclipse。
我已经尝试过使用http://nodeclipse.org/updates/和其他二进制url,但在我的例子中,这两种都导致失败。
发布于 2015-04-15 02:24:05
是的,Nodeclipse更新站点已经变慢了。
仔细阅读了 http://www.nodeclipse.org/updates/页面,它有几个选项,包括: Enide拖放,使用更新站点URL (请确保
取消选中“在安装过程中与所有更新站点联系,以找到所需的软件”
)脱机压缩存档安装、p2f文件和CLI nodeclipse install nodejs。
http://www.nodeclipse.org/updates/是一个复合存储库,还包括Tern、Gradle、Maven、Mylyn (只需使用eclipse[.exe]从文件夹中运行nodeclipse list )。
尝试从更小的存储库中一次安装更少的特性,如
http://www.nodeclipse.org/updates/1/
对于Windows来说,"Enide Studio 2014“是一个可下载的包。
需要像协作这样的帮助来发布其他OSes的包,
所以总是欢迎在https://github.com/Nodeclipse/nodeclipse-1/issues上开始对话
https://stackoverflow.com/questions/29576415
复制相似问题