too much errors

why does all of a sudden my sapphire bot stopped working? its not getting online when i ran dev script but used to work last week. im using ts version
No description
Solution:
downgrade typescript to ~5.4.5, TS 5.5 broke some serious stuff. (btw cc @vladdy )...
Jump to solution
6 Replies
Dynamic
Dynamic2w ago
its throwing like too much compilation errors during running aswell as after installing any package
Solution
Favna
Favna2w ago
downgrade typescript to ~5.4.5, TS 5.5 broke some serious stuff. (btw cc @vladdy )
Favna
Favna2w ago
even simple stuff in DJS is broken @vladdy. For example InteractionCollector.removeAllListeners wil throw that removeAllListeners doesnt exist on EventEmitter because DJS has a module augmentation for node:event
vladdy
vladdy2w ago
Yeah we know Ts 5.5 fixed a bug and broke a fuuuuck ton in the process
Jayy
Jayy2w ago
+1 I'm completely new to sapphire, downloaded the started template and got like 20 errors running it. Downgrading fixed it for me
Favna
Favna2w ago
Ill lock the examples to 5.4 as well done