Skip to content
Discussion options

You must be logged in to vote

Hey @m4rrc0

I had a similar problem first, but it works when I removed the pnpm-lock.yaml.
afaik this can happen, if the architectures of the machine writing the lock file differ from the ones that install (arm, amd64m,...)

that worked for me:

rm pnpm-lock.yaml
pnpm i
pnpm build

hope this helps

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@kyoshino
Comment options

@kyoshino
Comment options

@m4rrc0
Comment options

@kyoshino
Comment options

Answer selected by m4rrc0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #471 on July 25, 2025 22:35.