The current Windows installers will install nodejs to C:\Program Files (x86)\nodejs although the downloaded file is node-v4.1.0-x64.msi. Previous versions would install to C:\Program Files\nodejs.
This can cause small troubles when one already has path environment variables configured and chooses to disable doing so during the setup.
The current Windows installers will install nodejs to
C:\Program Files (x86)\nodejsalthough the downloaded file isnode-v4.1.0-x64.msi. Previous versions would install toC:\Program Files\nodejs.This can cause small troubles when one already has path environment variables configured and chooses to disable doing so during the setup.