My npm’s keep reinstalling randomly putting my bot offline. My disk space isn’t even close to full, any ideas on what it could be? Note: There are also many massive download times 2000000ms+ at times
1 Like
Hey @Redstone-Hamster, try any of the following options and let me know here if it doesn’t work:
- Run
enable-pnpm
in the terminal. - Or run
npm rebuild
in the terminal. - Delete your
node_modules
folder and re-install them.
2 Likes
If none of those are left, maybe it has to do with the Glitch outages.
2 Likes
Just tried npm
and pnpm
and they were frozen seems like someone broke the package managers.
Delete your node_modules folder and type npm install
this will installs the mentioned packages at the package.json
file.
Uhhh glitch uses pnpm
so that might conflict