I've noticed npm and yarn cache packages used by init/create commands. How do we ensure the latest version is always used? Changing the command to use `create-extension@latest` may work but needs further investigation.
I've noticed npm and yarn cache packages used by init/create commands. How do we ensure the latest version is always used?
Changing the command to use
create-extension@latestmay work but needs further investigation.