Package has a mistake in package.json file, "bin" refers to non-existent file.
On Wednesday, October 16, 2013 4:20:46 AM UTC+4, Victor Hooi wrote: > > Hi, > > I was trying to the logparser module from NPM: > > https://npmjs.org/package/logparser > > However, I got the following error complaining about the > logparser/bin/parselog file? > > $ npm install logparser >> npm http GET https://registry.npmjs.org/logparser >> npm http 200 https://registry.npmjs.org/logparser >> npm http GET https://registry.npmjs.org/logparser/-/logparser-0.0.6.tgz >> npm http 200 https://registry.npmjs.org/logparser/-/logparser-0.0.6.tgz >> npm ERR! Error: ENOENT, chmod >> '/Users/victor/code/bextrack/node_modules/logparser/bin/parselog' >> npm ERR! If you need help, you may report this log at: >> npm ERR! <http://github.com/isaacs/npm/issues> >> npm ERR! or email it to: >> npm ERR! <[email protected] <javascript:>> >> npm ERR! System Darwin 12.4.0 >> npm ERR! command "/usr/local/Cellar/node/0.10.20/bin/node" >> "/usr/local/bin/npm" "install" "logparser" >> npm ERR! cwd /Users/victor/code/bextrack >> npm ERR! node -v v0.10.20 >> npm ERR! npm -v 1.3.11 >> npm ERR! path >> /Users/victor/code/bextrack/node_modules/logparser/bin/parselog >> npm ERR! code ENOENT >> npm ERR! errno 34 >> npm ERR! >> npm ERR! Additional logging details can be found in: >> npm ERR! /Users/victor/code/bextrack/npm-debug.log >> npm ERR! not ok code 0 > > > I've uploaded the debug NPM log to here: > > https://gist.github.com/7000640 > > I don't understand enough of how NPM works under the hood to decipher all > of the logfile - however, it seems to be failing on some kind of uninstall, > which is weird? > > However, I did download the tarball ( > https://registry.npmjs.org/logparser/-/logparser-0.0.6.tgz) manually, and > it doesn't seem to be complete, somehow? > > There isn't a bin/parselog file, but there is bin/parselog.js? > > Also, as a sidenote, I wasn't able to find the sourcecode for this module > on Github, or elsewhere, I'm guessing the author's just uploaded the > package to NPM and that's it. > > Cheers, > Victor > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
