Skip to content Skip to sidebar Skip to footer

How To Fix Error: Eexist: File Already Exists, Mkdir 'c:\users\phantom' When Create React App[close]

I'm installing react and want to create my first project on react but I'm got something problem while install it. how to fix it ? Error: EEXIST: file already exists, mkdir 'C:\User

Solution 1:

I executed the following steps:

  1. npm uninstall -g create-react-app
  2. npm install -g create-react-app
  3. npx create-react-app the-name-of-your-app

Post a Comment for "How To Fix Error: Eexist: File Already Exists, Mkdir 'c:\users\phantom' When Create React App[close]"