File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -201,11 +201,3 @@ pnpm add -DE <MA_LIBRAIRIE>@latest
201201``` bash
202202pnpm add < MA_LIBRAIRIE> @latest
203203```
204-
205- Supprimer le ` node_modules ` , le ` pnpm-lock.yaml ` et clean le cache de ** PNPM** =>
206-
207- ```` bash
208- pnpm store prune
209- ```
210-
211- Push 🤜🤜🤜
Original file line number Diff line number Diff line change @@ -138,13 +138,19 @@ Ajouter sa version patchée dans `package.json` =>
138138}
139139```
140140
141- Supprimer le dossier ` node_modules ` et ` pnpm-lock.yaml ` puis relancer une install :
141+ Supprimer le ` node_modules ` , le ` pnpm-lock.yaml ` et clean le cache de ** PNPM** =>
142+
143+ ``` bash
144+ pnpm store prune
145+ ```
146+
147+ Puis relancer une install :
142148
143149``` Bash
144- pnpm install
150+ pnpm install --no-frozen-lockfile
145151```
146152
147- Push again 😜
153+ Push 🤜🤜🤜
148154
149155</details >
150156
Original file line number Diff line number Diff line change 8080 "hono" : " >=4.12.4" ,
8181 "immutable" : " >=5.1.5" ,
8282 "minimatch" : " >=10.2.3" ,
83+ "picomatch@<2.3.2" : " ^2.3.2" ,
84+ "picomatch@>=4.0.0 <4.0.4" : " ^4.0.4" ,
8385 "qs" : " >=6.14.1" ,
8486 "rollup" : " >=4.59.0" ,
8587 "tar" : " >=7.5.11" ,
You can’t perform that action at this time.
0 commit comments