Path: blob/main/games/anki/files/patch-package.json
16461 views
Use the WASM build to prevent the following error during build:12Error: 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.34The following platform-architecture combinations are supported:5[...]67If this is important to you, please consider supporting Rollup to make a native build for your platform and architecture available.8at Object.<anonymous> (/wrkdirs/usr/ports/games/anki/work/anki-24.06.2/out/node_modules/rollup/dist/native.js:38:8)9[...]1011--- package.json.orig 2025-07-04 08:49:17 UTC12+++ package.json13@@ -81,6 +81,7 @@14},15"resolutions": {16"canvas": "npm:[email protected]",17+ "rollup": "npm:@rollup/wasm-node",18"cookie": "0.7.0",19"vite": "6"20},212223