Home / Companies / Strapi / Blog / August 2019

August 2019 Summaries

2 posts from Strapi

Filter
Month: Year:
Post Summaries Back to Blog
The Strapi project creation process has been simplified by introducing the create-strapi-app CLI package, which replaces the step of installing Strapi globally. This new method allows for a faster installation and eliminates issues with added dependencies and versioning across different projects. With this change, users can now install Strapi without prior installations using a single command, such as `yarn create strapi-app my-project --quickstart`. The recommended approach is to use either `yarn` or `npx` to create new projects, which automatically installs the latest version of Strapi and its necessary files. This change aims to improve project management, reduce conflicts with older projects, and provide a more streamlined experience for developers.
Aug 20, 2019 659 words in the original blog post.
The recent update for Strapi highlights significant progress and developments, including the introduction of a new job position for a Product Owner based in Paris, the recommendation to use "npx create-strapi-app my-project" as the official way to create Strapi projects, and a commitment to improving user experience by moving away from global CLI commands in favor of local scripts. The update also reveals that Strapi now supports Node.js versions 10 and 12, addressing installation issues faced by over 25% of users. Upcoming features such as Groups and Repeatable fields are on track for release, with a pre-release candidate expected in mid-August. Strapi has also developed a new visual component to address user pain points, specifically the inability to display relational fields in list views, emphasizing their ongoing commitment to enhancing user satisfaction.
Aug 06, 2019 715 words in the original blog post.