jslatts/nodechat-tutorial

Err 'hash' is not in the npm registry

Closed this issue · 1 comments

I am not able to install the 'hash' module looks like it's removed from npm registry. getting this exception

npm ERR! 404 'hash' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it.
npm ERR! 404 Note that you can also install from a tarball or folder.
npm ERR!
npm ERR! System Darwin 10.8.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "hash"
npm ERR!
npm ERR! node -v v0.4.11
npm ERR! npm -v 1.0.27
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! npm-debug.log

do you know if i can download a zip file from somewhere .. i cannot find it. I am not able to run the server because of this error.

@narup, I just updated the code to use bcrypt instead of hash. If you npm install the latest version of bcrypt, it should work for you now. I'm also going to open a new issue to update the code to work with the latest versions of all its npm dependencies.