-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
Windows installer setting incorrect PATH variable #660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Are you using the normal cmd.exe shell or something else? Because the node and iojs installers have been doing the same for the past 3 years and this has never come up. I think it may just have been that when you tried for the second time, you opened a different console and that did the trick. |
I was using cmd.exe and did open another cmd window after. It may have been an oddity or mistake on my end. If it is not an error in your windows tests feel free to close. Thanks. |
It seems like the installer for Win64 is inserting
instead of
Because of this on my windows 7 system it appeared in my very limited testing that node.exe would not run when called from outside the directory. Going into my PATH variable and removing the trailing slash seemed to resolve the issue. This may be an issue for Win32 as well.
The text was updated successfully, but these errors were encountered: