You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When attempting to start my application after installing
@keystonehq/bc-ur-registry
, my bundler is unable to resolve thebs58check
module.I noticed that while
base58check
is listed independencies
,bs58check
is the actual module listed inyarn.lock
and the one which is used in the code (base58check
) is not used anywhere in the code. Arebase58check
andbs58check
the same dependency?Using svelte, bundling with vite, and doing dependency management with pnpm.
The text was updated successfully, but these errors were encountered: