Skip to content

Instantly share code, notes, and snippets.

View hanpama's full-sized avatar
🎯
Focusing

Kyung-il Choi hanpama

🎯
Focusing
View GitHub Profile
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