安装 Nodeclipse 时出错
Error installing Nodeclipse
我正在尝试安装 Nodeclipse,我发现当我将 link 拖放到 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 尝试过,但在我的案例中,这两个都导致失败。
是的,Nodeclipse 更新站点变慢了。
仔细阅读http://www.nodeclipse.org/updates/页面它有几个选项包括:Enide Studio
拖放,使用更新站点 URL(一定要
Uncheck "Contact all updates site during install to find required software"
)
离线 zip 存档安装、p2f 文件和 CLI 实用程序 nodeclipse install nodejs
.
http://www.nodeclipse.org/updates/ 是复合存储库,还包括 Tern、Gradle、Maven、Mylyn
(只是 运行 nodeclipse list
来自 eclipse[.exe]
的文件夹)
尝试从较小的存储库(如
)一次安装较少的功能
http://www.nodeclipse.org/updates/1/
而对于 Windows,有一体化的可下载包 "Enide Studio 2014"
发布其他操作系统的软件包需要协作等帮助,
所以总是欢迎在 https://github.com/Nodeclipse/nodeclipse-1/issues
上开始对话
我正在尝试安装 Nodeclipse,我发现当我将 link 拖放到 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 尝试过,但在我的案例中,这两个都导致失败。
是的,Nodeclipse 更新站点变慢了。
仔细阅读http://www.nodeclipse.org/updates/页面它有几个选项包括:Enide Studio 拖放,使用更新站点 URL(一定要
Uncheck "Contact all updates site during install to find required software"
)
离线 zip 存档安装、p2f 文件和 CLI 实用程序 nodeclipse install nodejs
.
http://www.nodeclipse.org/updates/ 是复合存储库,还包括 Tern、Gradle、Maven、Mylyn
(只是 运行 nodeclipse list
来自 eclipse[.exe]
的文件夹)
尝试从较小的存储库(如
)一次安装较少的功能
http://www.nodeclipse.org/updates/1/
而对于 Windows,有一体化的可下载包 "Enide Studio 2014"
发布其他操作系统的软件包需要协作等帮助,
所以总是欢迎在 https://github.com/Nodeclipse/nodeclipse-1/issues