Blank template 502 error?

Trying to test Toast functionality with Ionic2, getting this for checking the blank template.
Blank worked well in the past

ionic start Toast blank --v2
******************************************************
 Dependency warning - for the CLI to run correctly,      
 it is highly recommended to install/upgrade the following:     

 Install ios-deploy to deploy iOS applications to devices.  `npm install -g ios-deploy` (may require sudo)

******************************************************
Creating Ionic app in folder /Users/me/Documents/Projects/Typescript/Toast based on blank project
Downloading: https://github.com/driftyco/ionic2-app-base/archive/master.zip
[=============================]  100%  0.0s
Invalid response status: https://github.com/driftyco/ionic2-app-base/archive/master.zip (502)
Error with start undefined
Error Initializing app: [object Object]

It magically resolved itself…