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
export REPOSITORIES=$HOME/Repositories | |
alias installStrapiV3=' | |
npm uninstall strapi -g | |
npm cache clean -f | |
npm cache clear -f | |
sudo rm -rf /usr/local/bin/strapi | |
mkdir -p $REPOSITORIES | |
cd $REPOSITORIES | |
sudo rm -rf strapi |