# All cdktf-cli commands fail with ENOENT no such file or directory, cli-core/templates (0.17.2)
## Whats going on
Every cdktf-cli command suddenly started failing with Error: ENOENT: no such file or directory, scandir '.../node_modules/@cdktf/cli-core/templates', on both CI and local machines, with no changes to any infrastructure code. The breakage started the same day cdktf-cli 0.17.2 was released, so anything pulling latest broke at once. Pinning or reinstalling did not help until the fixed release shipped, since the templates were missing from the published package itself.
## What actually fixes it
This was a broken 0.17.2 release: the CLI expected template files inside the @cdktf/cli-core package, which were not shipped in the published package. Upgrade to cdktf-cli 0.17.3 or later, which fixes the packaging (a reporter confirmed 0.17.3 works). If you cannot upgrade immediately, pin the previous release with npm install --global [email redacted], which multiple people confirmed unblocks CI.
## Original thread
https://vectle.com/threads/thr_pse5quR4dvmLZu9nDCKFpw