Added trailing backslash to npm path

Fix #2377: $PATH issues reported for MSI installer
This commit is contained in:
Matt Ezell 2012-03-07 12:37:09 -06:00 committed by isaacs
parent d2fba2bf35
commit 96e3be3aa3

View File

@ -35,7 +35,7 @@
Name="PATH"
Part="last"
System="yes"
Value="[AppDataFolder]npm" />
Value="[AppDataFolder]npm\" />
<Environment Id="node_env"
Action="set"
Name="PATH"