Sapphire Snowflake

how is this working if I don't even have @sapphire/snowflake installed? utils.js . package.json .
Solution:
Even though it's not in your package.json, one of your packages relies on it so it's still downloaded and usable. I forget if it's called a transitive or extraneous dependency
Jump to solution
3 Replies
Solution
Lioness100
Lioness100•6mo ago
Even though it's not in your package.json, one of your packages relies on it so it's still downloaded and usable. I forget if it's called a transitive or extraneous dependency
Lioness100
Lioness100•6mo ago
In this case, discord.js relies on it
-Carlos👑
-Carlos👑•6mo ago
interesting, ty