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