Can't build a Docker image due to pnpm #6165
-
It seems like pnpm was introduced recently with #6148 / #6155 which is breaking the docker build process.
If I change the option from
I've done some more research and found out that the image will be built successfully if plugins are not specified. |
Beta Was this translation helpful? Give feedback.
Answered by
SamTV12345
Feb 19, 2024
Replies: 1 comment 1 reply
-
Hi, could you please try again? I think @JannikStreek fixed it with the last commit. Indeed --no-save and --strict-peer-dependencies aren't pnpm commands. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dhalenok
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, could you please try again? I think @JannikStreek fixed it with the last commit. Indeed --no-save and --strict-peer-dependencies aren't pnpm commands.