Open mr-dual opened 8 months ago
+1
Edit by maintainer bot: Comment was automatically minimized because it was considered unhelpful. (If you think this was by mistake, let us know). Please only comment if it adds context to the issue. If you want to express that you have the same problem, use the upvote 👍 on the issue description or subscribe to the issue for updates. Thanks!
Link to the code that reproduces this issue
https://github.com/mr-dual/NextProblem
To Reproduce
npm run dev
Current vs. Expected behavior
mrdual@localhost:~/Desktop/vscode thins/next-app-frontend$ npm run dev
▲ Next.js 14.1.3
Local: http://localhost:3000
⚠ Attempted to load @next/swc-android-arm64, but an error occurred: dlopen failed: library "/home/mrdual/Desktop/vscode thins/next-app-frontend/node_modules/@next/swc-android-arm64/next-swc.android-arm64.node" needed or dlopened by "/data/data/com.termux/files/usr/bin/node" is not accessible for the namespace "(default)" ⨯ Failed to load SWC binary for android/arm64, see more info here: https://nextjs.org/docs/messages/failed-loading-swc
Expected: to work
Provide environment information
Which area(s) are affected? (Select all that apply)
SWC minifier (swcMinify: true)
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
I tried
swcMinify:false
it didnt work. I also triednpm i @next/swc-android-arm64