Commandbox installs failing - Preside Empty Skeleton

This is failing as the
preside-skeleton-basic\2.1.7+0000026\preside-skeleton-basic.zip\application\handlers
is missing the admin folder with the Dashboard.cfc
I’ve manually added this to the sites application\handler folder which is a workaround.
I would like get into the habit of submitting PR’s once I’ve got my environments in order.
I’ve also picked up this error on the preside-commands new site component:

I’m figuring this should be:

if ( StructKeyExists( templates, "webapp" ) ) {
			ordered[ "webapp" ] = templates.webapp;
		}

@dominic.watson - not sure if you saw this one too?

Not sure why this was requiring Dashboard.cfc when I tried the install preside-skeleton-basic the other day.

I’ve retried the install several times today and I’m not getting that error any more.

Garr, sorry - thought these were all the same thing. Is this still an issue?

Appears to be fixed now. I’ve run the install several times and it’s working well. Not sure why I was experiencing issues the other day. It appeared to be missing Dashboard.cfc and for some reason it looks that this is no longer required.

Ah ok, good. I believe I fixed this issue at the same time.