我正在运行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我从eclipse.org下载了最新的tarbal(64位kepler标准) 然后简单地解压缩它。
安装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.
但我仍然无法获得Nodeclipse插件
有什么想法吗?
答案 0 :(得分:2)
如果您尝试安装0.9.0,看起来它有一个在0.9.05中解决的错误: