-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Rollup Version
latest
Operating System (or Browser)
FreeBSD
Node Version (if applicable)
18
Link To Reproduction
https://github.com/michal-stachura/free-bsd
Expected Behaviour
Install dependencies corectly and run Nuxt3 project on FreeBSD
Actual Behaviour
Your current platform "freebsd" and architecture "x64" combination is not yet supported by the native Rollup build. Please use the WASM build "@rollup/wasm-node" instead.
The following platform-architecture combinations are supported:
android-arm
android-arm64
darwin-arm64
darwin-x64
linux-arm
linux-arm (musl)
linux-arm64
linux-arm64 (musl)
linux-ppc64
linux-riscv64
linux-s390x
linux-x64
linux-x64 (musl)
win32-arm64
win32-ia32
win32-x64
If this is important to you, please consider supporting Rollup to make a native build for your platform and architecture available.
overriding "rollup" in package.json does not solve the problem.
"overrides": {
"rollup": "npm:@rollup/wasm-node@latest"
},
Reactions are currently unavailable