Skip to content

Commit b3ec248

Browse files
authored
[web] Make corepack happy (#1739)
Latest Node 20 (20.13.1) ships with an updated corepack which seems to insist putting a package manager field in package.json (nodejs/corepack#413). Let it have its way, hoping that this doesn't break someone's workflow (depending on how they installed yarn without corepack or if they have a node version that doesn't have corepack).
2 parents a0cb8b8 + e430ee3 commit b3ec248

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

desktop/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@
5454
"shx": "^0.3",
5555
"typescript": "^5"
5656
},
57+
"packageManager": "yarn@1.22.21",
5758
"productName": "ente"
5859
}

web/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@
4545
"eslint": "^8",
4646
"prettier": "^3",
4747
"typescript": "^5"
48-
}
48+
},
49+
"packageManager": "yarn@1.22.21"
4950
}

0 commit comments

Comments
 (0)