通过npm安装ant - 需要节点0.8.0+但无法安装?

时间:2014-03-24 01:47:11

标签: java windows node.js ant

我正在尝试通过npm安装Apache Ant,但是安装失败并显示以下消息;

npm http GET https://registry.npmjs.org/ant npm http 304 https://registry.npmjs.org/ant npm WARN engine ant@0.2.0: wanted: {"node":"~0.8.0"} (current: {"node":"v0.10.2" ,"npm":"1.2.15"}) ant@0.2.0 C:\Users\yousef\AppData\Roaming\npm\node_modules\ant

相关的包文档声明节点0.8+是一个要求,我有v0.10.2,所以我想知道这是否只是一个兼容性问题,因为它是在2年前编写的,或者我可能正在做有什么不对吗?

https://www.npmjs.org/package/ant

任何帮助将不胜感激:)

(运行Windows 7 x64)

2 个答案:

答案 0 :(得分:2)

这只是一个警告。 Ant应该仍然​​已成功安装。

答案 1 :(得分:1)

这只是一个警告。安装完成。但是你必须在系统环境变量中添加ant.bat的路径。 我遇到了同样的错误并在添加系统变量后解决了。