You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
if [ "$APPLE_CMD_LINE_TOOLS_INSTALLING"="yes" ];then
log "WAIT! Akinizer bootstrapping is ALMOST complete. Apple Command Line Tools needs to finish installing, then you can run 'gulp' in the same directory as your Akinizer gulpfile."
else
log "Akinizer bootstraping complete! Run 'gulp' in the same directory as your Akinizer gulpfile."
log "Akinizer bootstraping complete! Run 'gulp' in the same directory as your Akinizer gulpfile:"
log ". $HOME/.nvm/nvm.sh && cd $AK_INSTALL_ROOT/examples/ && gulp"