java - ant install via npm - requires node 0.8.0+ but fails to install? -


i'm attempting install apache ant via npm, install fails following message;

npm http 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

the related package docs state node 0.8+ requirement, , have v0.10.2, i'm wondering if compatibility issue authored on 2 years ago, or perhaps i'm doing wrong?

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

any appreciated :)

(running windows 7 x64)

this warning. ant should still have installed successfully.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -