mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
node*: fix pnpm global install (#1536)
This commit is contained in:
parent
23b03017ea
commit
2a0f08cf69
@ -20,8 +20,8 @@
|
||||
"cache"
|
||||
],
|
||||
"env_add_path": [
|
||||
".",
|
||||
"bin"
|
||||
"bin",
|
||||
"."
|
||||
],
|
||||
"post_install": [
|
||||
"# Set npm prefix to install modules inside bin and npm cache so they persist",
|
||||
|
||||
@ -20,8 +20,8 @@
|
||||
"cache"
|
||||
],
|
||||
"env_add_path": [
|
||||
".",
|
||||
"bin"
|
||||
"bin",
|
||||
"."
|
||||
],
|
||||
"post_install": [
|
||||
"# Set npm prefix to install modules inside bin and npm cache so they persist",
|
||||
|
||||
@ -20,8 +20,8 @@
|
||||
"cache"
|
||||
],
|
||||
"env_add_path": [
|
||||
".",
|
||||
"bin"
|
||||
"bin",
|
||||
"."
|
||||
],
|
||||
"post_install": [
|
||||
"# Set npm prefix to install modules inside bin and npm cache so they persist",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user