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
https://github.com/everett1992/nextjs-arm64-elf/tree/main
return process.dlopen(module, path.toNamespacedPath(filename)); ^
Error: test/node_modules/@next/swc-linux-arm64-gnu/next-swc.linux-arm64-gnu.node: ELF load command past end of file
linux arm64 Amazon Linux 2 node 22.11.0
Not sure
next build (local)
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Link to the code that reproduces this issue
https://github.com/everett1992/nextjs-arm64-elf/tree/main
To Reproduce
Current vs. Expected behavior
return process.dlopen(module, path.toNamespacedPath(filename));
^
Error: test/node_modules/@next/swc-linux-arm64-gnu/next-swc.linux-arm64-gnu.node: ELF load command past end of file
Provide environment information
Which area(s) are affected? (Select all that apply)
Not sure
Which stage(s) are affected? (Select all that apply)
next build (local)
Additional context
No response
The text was updated successfully, but these errors were encountered: