我运行的是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 (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.但是我仍然无法获得Nodeclipse插件
有什么想法吗?
发布于 2014-01-06 04:06:00
如果您正在尝试安装0.9.0,它看起来有一个错误,已在0.9.05中解决:
http://dl.bintray.com/nodeclipse/nodeclipse/0.9.05/
https://stackoverflow.com/questions/20933414
复制相似问题