Skip to content

Commit 1934c86

Browse files
committed
Update pnpm version of the application
1 parent 0f2ca72 commit 1934c86

File tree

3 files changed

+5161
-4210
lines changed

3 files changed

+5161
-4210
lines changed

frontend/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,16 @@ cd ./frontend
2323

2424
Install [pnpm](https://pnpm.io/installation)
2525
```
26-
npm install -g pnpm
26+
curl -fsSL https://get.pnpm.io/install.sh | sh -
27+
```
28+
29+
Update pnpm
30+
```
31+
rm -rf $PNPM_HOME
32+
```
33+
or
34+
```
35+
npm rm -g pnpm
2736
```
2837

2938
Install dependencies

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
},
105105
"engines": {
106106
"node": "v18.17.1",
107-
"pnpm": "^8.6.12"
107+
"pnpm": "^9.1.2"
108108
},
109109
"pnpm": {
110110
"overrides": {

0 commit comments

Comments
 (0)