I was trying to create a new project to follow a course, but creating the project with npx create-react-app my_app
created everything with React 18 version and its corresponding scripts for that version.
How can I choose the version of React I want to install?