I removed my prior version of node.js (0.8.11), then downloaded and installed the current version, 0.10.24, from the node.js website. However, when I run node —version, it still says I'm on v0.8.11. Obviously, something was left behind during the uninstall process, and it's generating all kinds of issues when I try to add modules using npm. I've seen solutions for OSX and Linux, but not for Windows. I'm using a 64-bit version of Windows 7.