I receive this error:
key [TEMPLATEPATH] doesn't exist
when trying to scaffold orm-crud from CommandBox at my app’s directory:
coldbox create orm-crud entity=models.Product pluralName=Products
Other “coldbox create” commands such as “orm-entity” and “layout” work just fine. I have performed “box install coldbox-cli”.
Any help, or pointing me in the right direction, is greatly appreciated.