We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installs don't use --no-optional due to required optional binaries by swc.
--no-optional
This should go back to pnpm fetch --dev && pnpm fetch --prod:
pnpm fetch --dev && pnpm fetch --prod
silverback-template/.lagoon/Dockerfile
Line 13 in fa711cf
Here we need to re-add --no-optional:
Lines 20 to 21 in fa711cf
The issue is similar to this one: https://nextjs.org/docs/messages/failed-loading-swc
Maybe we can manually install the platform binaries for swc? Otherwise we might have to move away from swc.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installs don't use
--no-optional
due to required optional binaries by swc.This should go back to
pnpm fetch --dev && pnpm fetch --prod
:silverback-template/.lagoon/Dockerfile
Line 13 in fa711cf
Here we need to re-add
--no-optional
:silverback-template/.lagoon/Dockerfile
Lines 20 to 21 in fa711cf
The issue is similar to this one: https://nextjs.org/docs/messages/failed-loading-swc
Maybe we can manually install the platform binaries for swc? Otherwise we might have to move away from swc.
The text was updated successfully, but these errors were encountered: