'Can't find the template.' on a template listed in the docs
When running
sapphire generate buttoninteractionhandler customRole
I get the error Can't find the template.
, however, https://www.sapphirejs.dev/docs/Guide/CLI/generating-components lists buttoninteractionhandler
as a component.Solution:Jump to solution
Update your globally installed
@sapphire/cli
making sure sapphire --version
returns 1.6.1
.1 Reply
Solution
Update your globally installed
@sapphire/cli
making sure sapphire --version
returns 1.6.1
.