Error [UNLOADED_PIECE]: The piece 'CoreReady' does not exist.
Any idea about this error?
My sapphire deps:
13 Replies
full error stack:
im not sure why the command registries initialized twice tho...
are you using pnpm or bun by any chance?
i used npm
in that case can you zip up your code or put it on a github repository? Otherwise it'll be hard to say what the issue is.
sadly its private bot, does deps list helps you
or even the dockerfile
It doesn't give enough info tbh. You can make the GH repo private and invite me or send the zip in a dm
I found the issue, it was because old sapphire pieces doing with my private dependencies
I had to bump it to latest and it worked now
You shouldn't install pieces manually anyway. Let it resolve the transitive dependency instead. There is no reason to add the dependency yourself.
i need it for custom stores
You don't because framework depends on it so you can rely on the transitive dependency. It will still be installed.
Transitive dependency = dependency of dependency
oh yeah i can install the framework instead though
You already have framework as a dependency as you would when using sapphire...