I have used session-mongoose(0.0.2) module in one of project. This is running on the top of node version v0.6.7. There is some recent changes in that, session-mongoose module try to pull the module mongoose which is compatible with node version(v0.6.19) on using command 'npm update' against my root package.json.
Because of session-mongoose and their dependencies are dynamically pull from npm registry on 'npm update' command, I can't control these.
Now the problem is system stop working in production on new deployment. Is there any way to resolve this without update node version?
And the error log is,
npm ERR! error rolling back [email protected] Error: UNKNOWN, unknown error 'C:\Pro gram Files\nodejs\node_builds\server\node_modules\session-mong oose\node_modules\mongeese\node_modules\mongoose' npm ERR! Unsupported npm ERR! Not compatible with your version of node/npm: [email protected] npm ERR! Required: {"node":">=0.6.19"} npm ERR! Actual: {"npm":"1.1.13","node":"0.6.7"} npm ERR! npm ERR! System Windows_NT 5.1.2600 npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod ejs\\node_modules\\npm\\bin\\npm-cli.js" "update" npm ERR! cwd C:\Program Files\nodejs\node_builds\server npm ERR! node -v v0.6.7 npm ERR! npm -v 1.1.13 npm ERR! code ENOTSUP npm ERR! message Unsupported npm ERR! errno {} npm ERR! npm ERR! Additional logging details can be found in: npm ERR! C:\Program Files\nodejs\node_builds\server\npm-de bug.log npm not ok