Discord bot error terminal

Help me with the bot. Previously, everything was fine , no interruptions occurred.
But a couple of days ago, glitch started writing to me in the console that I didn’t have the modules installed , I was surprised , but didn’t pay attention , and installed them again via the terminal. But this day was special. My bot didn’t work , I went to glitch , and it wrote to me again about non-installed modules. I open the terminal and want to install the modules again. But this time he writes an error.

Pls help me :frowning:

Try running enable-pnpm in the console. Also try deleting all node_modules (rm -rf node_modules) and your package-lock.json (rm package-lock.json) and then reinstalling (pnpm install).

1 Like