projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aa6bcf
)
typo fix
author
AJ ONeal
<aj@therootcompany.com>
Sat, 4 Jul 2020 21:23:06 +0000
(21:23 +0000)
committer
AJ ONeal
<aj@therootcompany.com>
Sat, 4 Jul 2020 21:23:06 +0000
(21:23 +0000)
node/install.ps1
patch
|
blob
|
history
diff --git
a/node/install.ps1
b/node/install.ps1
index 8c8789f3b48ee647332bc0d450eff4ee8270951d..75b557ece937ff29d9e4636f09dcd3b5a950ff02 100644
(file)
--- a/
node/install.ps1
+++ b/
node/install.ps1
@@
-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
'%USERPROFILE\.local\opt\node'
+& "$Env:USERPROFILE\.local\bin\pathman.exe" add
"$Env:USERPROFILE\.local\opt\node"