strapi / strapi-template-corporate

Template to create Strapi projects pre-configured for corporate sites
MIT License
84 stars 33 forks source link

cannot create project with create-strapi-app@4.1.2 #15

Closed jingkang99 closed 2 years ago

jingkang99 commented 2 years ago

yarn create strapi-app sz1strapi --template https://github.com/strapi/strapi-template-corporate

Error: ⛔️ Template installation failed: Command failed: npm view https://github.com/strapi/strapi-template-corporate name version --silent

image

remidej commented 2 years ago

Here are the working commands:

For Strapi v3:

yarn create strapi-app@3.6.9 sz1strapi --template https://github.com/strapi/strapi-template-corporate

For Strapi v4:

yarn create strapi-app sz1strapi --template corporate