Jeftar Mascarenhas

Results 3 comments of Jeftar Mascarenhas

> Tried creating the project using npx, but there seems to be an error in a dependency > > I have the same error.

Try this command ``` yarn create strapi-app my-blog --template blog ## or npx create-strapi-app my-blog --template blog ``` I found this solution on the [repos](https://github.com/strapi/strapi-template-blog/issues/11#issuecomment-990741852)

> For v3 Strapi applications you can run: > > ``` > npx [email protected] my-blog --template blog > ``` @markkaylor thank you!