You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,20 @@ Some of the Saleor apps are available in separate repositories:
71
71
72
72
You can find the documentation for saleor/apps on [docs.saleor.io](https://docs.saleor.io/docs/3.x/developer/app-store/development).
73
73
74
+
### PNPM and corepack
75
+
76
+
Due to an issue with [outdated signatures in Corepack](https://github.com/nodejs/corepack/issues/612), Corepack should be updated to its latest version first:
77
+
78
+
```shell
79
+
npm install --global corepack@latest
80
+
```
81
+
82
+
After that run to install pnpm with proper version:
83
+
84
+
```shell
85
+
corepack enable pnpm
86
+
```
87
+
74
88
## ADR
75
89
76
90
This repository uses [architecture decision records](https://cognitect.com/blog/2011/11/15/documenting-architecture-decisions) to document architectural decisions. You can find them in the `docs/adr` directory.
0 commit comments