When attempting to start my application after installing @keystonehq/bc-ur-registry, my bundler is unable to resolve the bs58check module.
I noticed that while base58check is listed in dependencies, bs58check is the actual module listed in yarn.lock and the one which is used in the code (base58check) is not used anywhere in the code. Are base58check and bs58check the same dependency?
Using svelte, bundling with vite, and doing dependency management with pnpm.
When attempting to start my application after installing
@keystonehq/bc-ur-registry, my bundler is unable to resolve thebs58checkmodule.I noticed that while
base58checkis listed independencies,bs58checkis the actual module listed inyarn.lockand the one which is used in the code (base58check) is not used anywhere in the code. Arebase58checkandbs58checkthe same dependency?Using svelte, bundling with vite, and doing dependency management with pnpm.