add git and golang for windows, fix some PATH stuff
[webi-installers/.git] / node / install.ps1
index c108acbc57ec066085f7b27ce3a0ab74880fe947..8c8789f3b48ee647332bc0d450eff4ee8270951d 100644 (file)
@@ -44,4 +44,4 @@ Copy-Item -Path "$Env:USERPROFILE\.local\opt\$Env:PKG_NAME-v$Env:WEBI_VERSION" -
 & .\.local\opt\node\npm.cmd --scripts-prepend-node-path=true config set scripts-prepend-node-path true
 
 # Add to path
-& "$Env:USERPROFILE\.local\bin\pathman.exe" add .local\opt\node
+& "$Env:USERPROFILE\.local\bin\pathman.exe" add '%USERPROFILE\.local\opt\node'