Those are just warnings and shouldn’t stop your project from working. Are you sure there werenpt any err
ors?
1 Like
do you have the debugger attached?
1 Like
yes no err
ors
Yup I have debugger attached
what all “broke down” about Node, terminal, and console? these things usually do show errors when breaking down
Deprecated Packages: The warnings indicate that you are using deprecated packages such as @discordjs/collection , superagent, and @discordjs/builders. It’s essential to update these packages to their latest versions to avoid compatibility issues and potential bugs. Check the package’s documentation or the respective GitHub repositories for the latest releases and update your package.json file accordingly.