After running the installer (a build downloaded on 2015-10-22), I noticed I could no longer execute npm packages which were installed globally.
When debugging that, I noticed that my Path variable (System > Advanced System Settings > tab Advanced> Environment Variables > User variables for [Username]) was now as below:
Interesting. I will take a look and see what's going on with that. I don't believe that line will be necessary in the updated installer build script as well.
After running the installer (a build downloaded on 2015-10-22), I noticed I could no longer execute
npm
packages which were installed globally.When debugging that, I noticed that my
Path
variable (System > Advanced System Settings > tab Advanced> Environment Variables > User variables for [Username]) was now as below:Before installing it contained other paths, including the global
npm
path.I believe this line overwrites that variable instead of amending it: