#shapeshift with builders error
1 messages · Page 1 of 1 (latest)
Alrighty
If this helps: I've switched from the sapphire framework back to vanilla discord.js, I got the same error there...
I tried completely reinstalling all of my packages hoping it was a leftover package somehow
Oh, so you had sapphire installed already? Did you do complete reinstall as in delete node_modules and package-lock.json and then npm i?
Yep, that's what I did exactly
I understand why it happens but not why it doesn't happen to others
You do? Because I don’t. It should only happen for newest versions of shapeshift and builders, not backlash to older ones
hmm... what if I downgrade even more?
oh that worked
downgrading to 0.13.0 did it
tho now I'm experiencing possible non-existent functions in that version
hmm... maybe I could keep it on 0.14.0 and downgrade shapeshift...
weird, shapeshift stays the same version on both 0.14.0 and 0.13.0
I heard the issue is about not calling the library correctly so that might explain why 0.13 does not error in that way and 0.14.0 does @old gate
actually it the shapeshift library's fault, it doesn't call fast-deep-equal correctly
I was able to fix it myself by changing the import function in shapeshift itself.. the Sapphire github says that there's a fix coming for it, but that also means that the @discordjs/builders package will have to update its deps
If it’s a patch version for shapeshift it‘ll be a patch version of builders too
I believe it won't be a patch version