Create-strapi-app with a specific version of strapi instead of latest

How to create a new strapi project using the create-strapi-app cli with a specific targeted version of strapi instead of latest version?

npx create-strapi-app@v3.3.4 new-project

3 Likes