toobr

Results 3 comments of toobr

https://github.com/vercel/next.js/issues/36639 concluded that it had been fixed in the canary release over a month back. So a bit surprising this still happens. And with an explicit error message that the...

This error comes from `node_modules/next/dist/lib/download-wasm-swc.js` because the cache file location is not specified for FreeBSD. That's easily solvable by adding something like ` else if (process.platform === "freebsd") { systemCacheDirectory...

@kdy1 Not sure if this should be opened in the swc repo, but it sure seems relevant.