Next.js 14 apps on FreeBSD: @next/swc-freebsd-x64 package is missing/not downloaded #59634
Replies: 7 comments
-
Same here. Seems @next/swc-freebsd-x64 14.0.4 is missing in npm repo...
seems last time this issue fixed it #36639 @Brooooooklyn can you take a look again ? |
Beta Was this translation helpful? Give feedback.
-
Same here. My system: FreeBSD 14.0-RELEASE-p3 Errorlog:
Thanks for any help to get support in FreeBSD 14 |
Beta Was this translation helpful? Give feedback.
-
Encountering the same thing. Is FreeBSD not supported any more? Can someone take a look? @Brooooooklyn? |
Beta Was this translation helpful? Give feedback.
-
Same issue here: ▲ Next.js 14.2.4
✓ Starting... |
Beta Was this translation helpful? Give feedback.
-
Same here on |
Beta Was this translation helpful? Give feedback.
-
I was able to work around this on FreeBSD 13.3 by following the instructions here: https://nextjs.org/docs/messages/failed-loading-swc All it required was to create .babelrc:
It does sound like compilation will be slower, but that's better than being blocked. |
Beta Was this translation helpful? Give feedback.
-
Fallback to Babel is apparently not an option with Next.js v15, and installing
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
When I make a minimal app on FreeBSD with (for example)
npx create-next-app -e reproduction-template
and try tonpm run dev
ornpm run build
it fails to download swc-freebsd-x64 package with status 404. Here is some output including the error message:If I run
npm show @next/swc-freebsd-x64 versions
there are many versions available (through 13.2.5) but no later (14.0) versions. How to fix this, will current versions be provided?Additional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions