tj / node-querystring

querystring parser for node and the browser - supporting nesting (used by Express, Connect, etc)
MIT License
455 stars 66 forks source link

Unable to install 0.5.0 on ubuntu #41

Closed paul-english closed 12 years ago

paul-english commented 12 years ago

This is happening on a current ubuntu precise installation,

$ node -v
v0.6.12
$ npm -v
1.1.4
$ npm install qs@0.5.0
npm http GET https://registry.npmjs.org/qs/0.5.0
npm http 304 https://registry.npmjs.org/qs/0.5.0
npm ERR! cb() never called!
npm ERR!  
npm not ok

I'm able to install on my local OSX, same node & npm versions.

tj commented 12 years ago

npm issue

paul-english commented 12 years ago

Thanks for the tip.

npm cache clean, solved my issue.