TJ, i did `npm install -d` and for some reason it didn't istall that dependency. here is my package.json file for my project:
{
"name": "app"
, "version": "0.0.1"
, "private": true
, "dependencies": {
"express": "2.4.2"
, "connect": "1.5.1 < 2.0.0"
, "connect-form": "0.2.1"
, "connect-mongodb": "1.0.0rc2"
, "connect-timeout": "0.0.1"
, "dateformat": "1.0.1-1.2.3"
, "ejs": "0.4.3"
, "everyauth": "0.2.15"
, "hamljs": "0.5.1"
, "jade": ">= 0.0.1"
, "mailer": "0.6.5"
, "mongoose": "1.7.2"
, "mongoose-auth": "0.0.11"
, "node-markdown": "0.1.0"
, "stylus": "0.13.5"
}
}
I haven't had any issues with my other two computers and a server i use so i'm not sure why this one is causing an issue.
Both the express module and connect module have "qs": ">= 0.0.6" listed as dependencies in their respective package.json file.
dale