Greetings, I need help with a mistake.

Your project seemed to be having some temporary disk space issues, but I think those are resolved now - I think a previous install was corrupted and packages needed to be reinstalled.

Now you’ve got a different error in your project that’s probably related to the fact that you call out node in your project’s dependencies. If you want to specify a specific Node version you’ll want to do that in https://glitch.com/edit/#!/ozenbot?path=package.json:12:0, and you should remove https://glitch.com/edit/#!/ozenbot?path=package.json:100:0. That should trigger another install and hopefully that will clean up the errors you’re seeing now.

Hope this helps!