I\'m not 100% sure, but I believe I installed node v5 from the windows installer on both my home and office PCs.
On my home PC global installs happen under %APPDATA%
These are typical npm paths if you install a package globally:
Windows XP - %USERPROFILE%\Application Data\npm\node_modules Newer Windows Versions - %AppData%\npm\node_modules or - %AppData%\roaming\npm\node_modules