2014-01-05 211 views
0

我運行Ubuntu 12.04 64位Nodeclipse插件沒有安裝缺少需求

我試圖安裝Nodeclipse Eclipse插件,但我不能讓它工作(我昨天嘗試作爲好)。

錯誤信息:

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 /節點/ Nodeclipse設置一些我怎麼不知道? 這就是我所做的。

Eclipse我從eclipse.org下載了最新的tarbal(64位kepler標準) 然後簡單地解壓縮它。

安裝的OpenJDK(sudo易於得到)

我在這兩個CDT和集錦添加沒有問題。

從網上下載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插件

任何想法?

回答