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:
npm uninstall -g create-react-app
npm install -g create-react-app
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]"