Nodeclipse插件不';t安装缺少的要求

Nodeclipse插件不';t安装缺少的要求,eclipse,node.js,ubuntu-12.04,Eclipse,Node.js,Ubuntu 12.04,我正在运行Ubuntu 12.04 64位 我正在尝试为eclipse安装Nodeclipse插件,但我就是无法让它工作(我昨天也尝试过) 错误消息: 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 我想知

我正在运行Ubuntu 12.04 64位

我正在尝试为eclipse安装Nodeclipse插件,但我就是无法让它工作(我昨天也尝试过)

错误消息:

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
我想知道我是否把Eclipse/Node/Nodeclipse设置搞砸了,怎么搞? 这就是我所做的

Eclipse I从Eclipse.org下载了最新的tarbal(64位开普勒标准) 然后简单地解压缩它

已安装的openJDK(sudo-apt-get)

我添加了CDT和Aptana,没有问题

从nodejs.org下载的最新节点

拉开拉链

 ./configure
 make
 sudo make install
尝试做:

 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.
但是我仍然无法获得Eclipse插件


有什么想法吗?

如果您正在尝试安装0.9.0,它似乎有一个在0.9.05中解决的错误: