Last active
October 5, 2020 23:17
-
-
Save isaax2/8236df3c8d066a1c11784b4c66bebab4 to your computer and use it in GitHub Desktop.
jhipster-tasks
This file contains hidden or 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
#!/usr/bin/env bash | |
#Uninstall | |
yarn global remove generator-jhipster | |
npm uninstall -g generator-jhipster | |
#restart terminal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment