I’m running into this problem after installing node 0.6.6
https://github.com/isaacs/npm/issues/1842
I’m not sure how I would go about executing the solution in that post.
my err
Error: No such module
at Object.<anonymous> (/opt/local/lib/node_modules/npm/lib/utils/config-defs.js:5:21)
You just have to uninstall the old version of
npm. You can see how to uninstall it in npm’s github page.