简体   繁体   English

Nodeclipse插件不会安装缺少的要求

[英]Nodeclipse plugin doesn't install missing requirement

I'm running Ubuntu 12.04 64 bit 我正在运行Ubuntu 12.04 64位

I'm trying to install the Nodeclipse plugin for eclipse, but I just can't get it to work (I tried yesterday as well). 我正在尝试为eclipse安装Nodeclipse插件,但我无法让它工作(我昨天也尝试过)。

error msg: 错误消息:

Missing requirement: Nodeclipse 0.9.0.201401030549 (org.nodeclipse.ui 0.9.0.201401030549) requires 'package org.nodeclipse.bundle.coffee 0.0.0' but it could not be found

I'm wondering if I messed up my Eclipse/Node/Nodeclipse setup some how? 我想知道我是否搞砸了我的Eclipse / Node / Nodeclipse设置怎么样? this is what I did. 这就是我做的。

Eclipse I downloaded the latest tarbal from eclipse.org (64-bit kepler standard) Then simply uncompressed it. Eclipse我从eclipse.org(64位kepler标准)下载了最新的tarbal然后简单地解压缩它。

Installed openJDK (sudo apt-get) 安装openJDK(sudo apt-get)

I added in both CDT and Aptana without issue. 我在CDT和Aptana中都没有加入任何问题。

Downloaded latest Node from nodejs.org 从nodejs.org下载最新的节点

Unzipped, 解压缩后,

 ./configure
 make
 sudo make install

Tried to do: 试图做:

 npm install nodeclipse
 but I didn't have permissions, so I adjusted them, sudo chown ... 

 npm install nodeclipse
 npm install express
 npm install coffee-script.

But I still cannot get the Nodeclipse plugin 但我仍然无法获得Nodeclipse插件

Any ideas? 有任何想法吗?

If you are trying to install 0.9.0, it looks like it had a bug that is resolved in 0.9.05: 如果您尝试安装0.9.0,看起来它有一个在0.9.05中解决的错误:

http://dl.bintray.com/nodeclipse/nodeclipse/0.9.05/ http://dl.bintray.com/nodeclipse/nodeclipse/0.9.05/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ADT插件无法安装:缺少要求:Android开发工具 - ADT Plugin can't install: Missing requirement: Android Development Tools 无法在Eclipse Mars上安装nodeclipse插件 - Unable to install nodeclipse plugin on Eclipse Mars Maven插件安装在eclipse中,缺少要求:org.eclipse.platform.feature.group 3.6.0 - maven plugin install in eclipse, Missing requirement: org.eclipse.platform.feature.group 3.6.0 用于在 Eclipse 中进行 NodeJS 开发的 Nodeclipse 插件 - Nodeclipse plugin for NodeJS development in Eclipse 删除键有时在Nodeclipse NTS的HTML编辑器中不起作用(基于Eclipse 4.3 Kepler) - Delete key sometimes doesn't work in HTML Editor of Nodeclipse NTS (Based on Eclipse 4.3 Kepler) 在Win 7中为Eclipse 3.7.0安装ADT插件之前缺少需求错误 - Missing requirement error before installing ADT plugin for Eclipse 3.7.0 in Win 7 无法在 eclipse 开普勒上安装 spring 工具 4 (sts 4) - 缺少要求 - unable to install spring tools 4 (sts 4 ) on eclipse kepler - missing requirement Nodeclipse不会在OSX Maverick,nodeclipse 0.8.0和JDK 1.7.03_45上运行或调试应用程序 - Nodeclipse won't run or debug app on OSX Maverick, nodeclipse 0.8.0, and JDK 1.7.03_45 Maven不会安装pom文件中的所有内容,从而导致“缺少所需的库” x 124 - Maven doesn't install everything from the pom file resulting in “Missing Required Library” x 124 无法安装Eclipse插件 - Can't install Eclipse plugin
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM