Errors when creating strapi app using the command npx create-strapi-app@latest backend --quickstart

I had to downgrade Node to LTS version 16.19.0. It then installed npm v8.19.3.

Use guide to downgrade: NVM for Windows – How to Download and Install Node Version Manager in Windows 10

Then when I ran npx create-strapi-app@latest backend --quickstart, it ran successfully and the Strapi admin page loaded.