You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: