#3939·snowpack

I can't install a template.

Author: ImIvicCreated Oct 15, 2023Updated Apr 16, 2024

Quick checklist

  • I am using the latest version of Snowpack and all plugins.

What package manager are you using?

npm

What operating system are you using?

wndows

Describe the bug

So cant get templates to work when trying: npx create-snowpack-app . --template @snowpack/app-templete-blank-typescript --force

I get the error

> [ERROR] Unable to find "@snowpack/app-templete-blank-typescript" in the npm registry.
> [ERROR] Cannot continue safely. 
> 
> Exiting...

I am using node v20.8.1 and npm 10.1.0

Steps to reproduce

run: npx create-snowpack-app . --template @snowpack/app-templete-blank-typescript --force

Link to minimal reproducible example (optional)

No response