Resolving error for my discord bot

When i can try to open my project
Console log said :
Resolving: total 553, reused 551, downloaded 0
How can i do fix?

Glitch is currently having some issues with NPM packages, this should be over sooner than later.

How can i fix this :c

Unfortunately it cannot be fixed right now. You will just have to wait until Glitch gets everything sorted out on their end.

Try deleting the node_modules then reinstalling the packages by typing npm install (that command only installs that packages as mentioned in the package.json file).