diff --git a/src/utilities/install.js b/src/utilities/install.js index e18cb95..5e03391 100644 --- a/src/utilities/install.js +++ b/src/utilities/install.js @@ -46,7 +46,7 @@ export async function cloneRepo(lang, name) { path.join(os.homedir(), '.degit/github/sern-handler/templates') ); const emitter = degit('sern-handler/templates/templates', { - cached: isCached, + cache: isCached, force: true, });