About 1,270,000 results
Open links in new tab
  1. How to update ReactJS's `create-react-app`? - Stack Overflow

    Mar 15, 2020 · The ReactJS docs stated we can use npx create-react-app my-app to create a React app. But how do we update the create-react-app? Is there a general rule if it is something started by …

  2. How to create a React app directly in the current folder

    Mar 9, 2019 · N.B: If you install create-react-app package directly via npm by this command npm install create-react-app, then you have to run the following command to create react app in current …

  3. 'create-react-app' is not recognized as an internal or external command

    Aug 16, 2016 · If above solution not working try this on it will work 100% 0)first of all install package "npm create-create-app -g" or "yarn add create-react-app" then 1)open cmd and type "npm root -g" …

  4. I can't install React using 'npx create-react-app'

    This is likely because you're using an outdated version of create-react-app. To solve this issue and subsequent issue that might arise using npx, do either of the following: NB: Install volta before using …

  5. How to use create-react-app with an older React version?

    Oct 4, 2017 · When using create-react-app with custom-react-scripts I always end up with React 16 (latest) installed. Is there a way to create a new project with an older version, like React 15?

  6. reactjs - Issue with "npm create vite@latest" for React: Unable to ...

    Jan 7, 2024 · 2 I'm encountering an issue when attempting to create a new React project using the command npm create vite@latest. Despite following the documentation and ensuring that I have the …

  7. create-react-app, installation error ("command not found")

    It's just a command that creates a folder and runs npm install in it, letting a locally installed script take over. But if you insist on using zero global commands, yes, you can install CRA in some folder and …

  8. How to use yarn to create a React app project? - Stack Overflow

    Aug 14, 2018 · I am trying to create a new React project using yarn command on Windows. I have tried the commands yarn init and yarn add react react-dom. But it is only adding a few of the node …

  9. What exactly is the 'react-scripts start' command?

    270 create-react-app and react-scripts react-scripts is a set of scripts from the create-react-app starter pack. create-react-app helps you kick off projects without configuring, so you do not have to setup …

  10. reactjs - i try to create a react app using the command npm create vite ...

    Dec 8, 2023 · In my case, after the npm create vite@latest command from the main folder, selecting React then javascript, to test if everything is fine, I usually delete the unnecessary files, such as, …