Made An Oops With The Console [SOLVED]

Hello!

I accidentally installed all of the packages from my package.json file into my project (kazuma), and was wondering if someone could revert it for me? There are too many for me to delete.

Thanks!

If you’re using npm you can run ‘rm -rf node_modules’ on console and then the entire node modules folder will be deleted

It didn’t do anything. And I have tons of module folders and files.

Oh… Run rm -rf /app/tmp

1 Like