for-GET / bin

A simple HTTP service with controlled behaviour.

Home Page:http://bin.hyperrest.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot install hyperrest-bin on Mac OSX 10.7.5

rajasharan opened this issue · comments

after running sudo npm install -g hyperrest-bin I get the following error:
npm ERR! Error: ENOENT, chmod '/usr/local/lib/node_modules/hyperrest-bin/bin/cli.coffee'
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! npm-@googlegroups.com

npm ERR! System Darwin 11.4.2
npm ERR! command "node" "/usr/local/bin/npm" "install" "-g" "hyperrest-bin"
npm ERR! cwd /Users/raja/projects/scratch/node_modules
npm ERR! node -v v0.10.18
npm ERR! npm -v 1.3.11
npm ERR! path /usr/local/lib/node_modules/hyperrest-bin/bin/cli.coffee
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/raja/projects/scratch/node_modules/npm-debug.log
npm ERR! not ok code 0

Thanks. Indeed, I can confirm the error (not linked to the OS though)
NPM seems to ignore the publishConfig in package.json
but I have no idea why atm.
Still looking...

@rajasharan fixed with the latest version 0.1.2 (outdated/bad ^.npmignore^ config)
Thanks again for your bug report