Quick checklist
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
Quick checklist
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 --forceI get the error
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 --forceLink to minimal reproducible example (optional)
No response