Ionic cordova resources: Error: connect ETIMEDOUT 104.20.6.16:443

Please have me fix errors below
F:\myapp12>ionic cordova resources
√ Collecting resource configuration and source images - done!
√ Filtering out image resources that do not need regeneration - done!
√ Uploading source images to prepare for transformations - done!
× Generating platform resources: 16 / 18 complete - failed!
Error: connect ETIMEDOUT 104.20.6.16:443
at Object._errnoException (util.js:1019:11)
at _exceptionWithHostPort (util.js:1041:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1175:14)

Try to run:

ionic cordova resources --splash
ionic cordova resources --icon

Error: connect ETIMEDOUT 104.20.6.16:443
Getting the same error when running:
ionic cordova resources --splash

(–icon works okay but --splash does not)

I am on Cordova CLI 8.0.0, Ionic CL 3.20.0

I have logged in with ionic login command prior to running the above commands.

Any other suggestions?