Track currently known issues with egegisasa and their recommended workarounds. Use the left navigation to jump to specific categories.
This occurs with npm versions < v9.2.0. Upgrade to the latest npm version or use yarn install egegisasa
instead.
yarn set version 1.22.19
Ensure the installation directory has proper permissions. Run the installer with elevated privileges:
sudo /path/to/installer.sh
This can occur when using Rust plugins with incompatible versions. Add these lines to your plugin.yaml
:
runtime: rust: "1.68.0" linker: "lld-16.0.0"
Add the WASM transpiler flag to your build:
wasm-flags="--target=wasmsimd128"
Run the migration tool:
egegisasa config migrate /path/to/old_config.yaml