Replies: 1 comment
-
The issue from payloadcms/payload#11037 was fixed. Node.js should be updated to get the fix. Corepack will be removed from Node.js only from v25. It will be included even in Node.js v24. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, this document instructs how to use pnpm with Dockerfile: https://pnpm.io/8.x/docker
It requires Corepack so that pnpm can be used
I found out this comment from Nodejs team that Corepack will no longer be maintained in coming Nodejs versions.
nodejs/TSC#1697 (comment)
There are also issues with Corepack when using pnpm inside a Dockerfile
payloadcms/payload#11037
So I assume that we need a new way to use pnpm with Docker
Beta Was this translation helpful? Give feedback.
All reactions