when i try to do a npm install i get the following error:
Jonas-Jagers-MacBook-Pro:test jonas$ sudo npm install everyauth
Password:
npm ERR! Error: ENOENT, open '/Users/jonas/Desktop/test/node_modules/everyauth/package.json'
npm ERR! You may report this log at:
npm ERR! or email it to:
npm ERR!
npm ERR! System Darwin 11.3.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "everyauth"
npm ERR! cwd /Users/jonas/Desktop/test
npm ERR! node -v v0.6.14
npm ERR! npm -v 1.1.12
npm ERR! path /Users/jonas/Desktop/test/node_modules/everyauth/package.json
npm ERR! code ENOENT
npm ERR! message ENOENT, open '/Users/jonas/Desktop/test/node_modules/everyauth/package.json'
npm ERR! errno {}
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/jonas/Desktop/test/npm-debug.log
npm not ok