Last active
May 19, 2022 19:15
-
-
Save froboy/df23f6bd6c3fd7a19d1622f7461936b5 to your computer and use it in GitHub Desktop.
Sometimes composer (in your Drupal 8 environment) gets grupmy... when that happens, it's time to go nucular.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###### | |
# This script intentionally deletes a lot of things that could be important!!!!! | |
# Please be sure you have a backup before you go nucular!!!!! | |
##### | |
# Depending on where your web root is... | |
rm -rf vendor/ && rm -rf web/core && rm -rf web/modules/contrib/ && rm -rf composer.lock | |
# or | |
rm -rf vendor/ && rm -rf docroot/core && rm -rf docroot/modules/contrib/ && rm -rf composer.lock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wow, pretty aggressive Avi!