We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm
wndows
So cant get templates to work when trying: npx create-snowpack-app . --template @snowpack/app-templete-blank-typescript --force
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
run: npx create-snowpack-app . --template @snowpack/app-templete-blank-typescript --force
No response
The text was updated successfully, but these errors were encountered:
It's @snowpack/app-template-blank-typescript not @snowpack/app-templete-blank-typescript
@snowpack/app-template-blank-typescript
@snowpack/app-templete-blank-typescript
Sorry, something went wrong.
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: