Trying to figure out if this is a nuxt issue or oxc-parser issue.
I'm trying to get a Nuxt app running on FreeBSD arm64, but after upgrading past Nuxt v3.16.2, the build fails with this error:
│ ERROR Failed to load native binding
│ at Object.<anonymous> (/root/site/node_modules/.pnpm/[email protected]/node_modules/oxc-parser/bindings.js:380:11)
...
│ [cause]: [ { Error: Cannot find module './parser.freebsd-arm64.node'
Also created a thread on oxc-parser, but i haven't got any responses: https://github.com/oxc-project/oxc/issues/12866
Anyone here knows what I can do? Am i just forced to pin Nuxt to 3.16.2 forever and ever? 🙁