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!
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
Oh… Run rm -rf /app/tmp