forward / node-hdfs

Access to Hadoop's HDFS via libhdfs and JNI
53 stars 22 forks source link

can't install on linux with npm 3.3.8 #4

Open yinrong opened 9 years ago

yinrong commented 9 years ago

$ npm i node-hdfs

node-hdfs@0.0.1 preinstall /home/jd_ad/olap/test/node_modules/.staging/node-hdfs-7958f321f3d677a4e687ae00f64788a3 node-waf configure build

sh: node-waf: command not found npm WARN ENOENT ENOENT, open '/home/jd_ad/olap/test/package.json' npm WARN EPACKAGEJSON test No description npm WARN EPACKAGEJSON test No repository field. npm WARN EPACKAGEJSON test No README data npm WARN EPACKAGEJSON test No license field. npm ERR! Linux 2.6.32-279.el6.x86_64 npm ERR! argv "node" "/home/jd_ad/.root/bin/npm" "i" "node-hdfs" npm ERR! node v0.12.4 npm ERR! npm v3.3.8 npm ERR! file sh npm ERR! code ELIFECYCLE npm ERR! errno ENOENT npm ERR! syscall spawn

npm ERR! node-hdfs@0.0.1 preinstall: node-waf configure build npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the node-hdfs@0.0.1 preinstall script 'node-waf configure build'. npm ERR! This is most likely a problem with the node-hdfs package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-waf configure build npm ERR! You can get their info via: npm ERR! npm owner ls node-hdfs npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! /home/jd_ad/olap/test/npm-debug.log

adi2596 commented 5 years ago

Did you figure out the solution of this issue, i am also stuck at the same issue.