最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How to fix Error: EEXIST: file already exists, mkdir 'C:UsersPhantom' when create react app[CLOSE]

programmeradmin4浏览0评论

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:\Users\Phantom'
TypeError: Cannot read property 'loaded' of undefined
    at exit (F:\nodejs\node_modules\npm\lib\utils\error-handler.js:98:27)
    at errorHandler (F:\nodejs\node_modules\npm\lib\utils\error-handler.js:216:3)
    at F:\nodejs\node_modules\npm\bin\npm-cli.js:78:20
    at cb (F:\nodejs\node_modules\npm\lib\npm.js:225:22)
    at F:\nodejs\node_modules\npm\lib\npm.js:263:24
    at F:\nodejs\node_modules\npm\lib\config\core.js:83:7
    at Array.forEach (<anonymous>)
    at F:\nodejs\node_modules\npm\lib\config\core.js:82:13
    at f (F:\nodejs\node_modules\npm\node_modules\once\once.js:25:25)
    at afterExtras (F:\nodejs\node_modules\npm\lib\config\core.js:173:20)
F:\nodejs\node_modules\npm\lib\utils\error-handler.js:98
  var doExit = npm.config.loaded ? npm.config.get('_exit') : true
                          ^

TypeError: Cannot read property 'loaded' of undefined
    at exit (F:\nodejs\node_modules\npm\lib\utils\error-handler.js:98:27)
    at process.errorHandler (F:\nodejs\node_modules\npm\lib\utils\error-handler.js:216:3)
    at process.emit (events.js:197:13)
    at process._fatalException (internal/process/execution.js:123:25)
Install for create-react-app@latest failed with code 7

that's the error said

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:\Users\Phantom'
TypeError: Cannot read property 'loaded' of undefined
    at exit (F:\nodejs\node_modules\npm\lib\utils\error-handler.js:98:27)
    at errorHandler (F:\nodejs\node_modules\npm\lib\utils\error-handler.js:216:3)
    at F:\nodejs\node_modules\npm\bin\npm-cli.js:78:20
    at cb (F:\nodejs\node_modules\npm\lib\npm.js:225:22)
    at F:\nodejs\node_modules\npm\lib\npm.js:263:24
    at F:\nodejs\node_modules\npm\lib\config\core.js:83:7
    at Array.forEach (<anonymous>)
    at F:\nodejs\node_modules\npm\lib\config\core.js:82:13
    at f (F:\nodejs\node_modules\npm\node_modules\once\once.js:25:25)
    at afterExtras (F:\nodejs\node_modules\npm\lib\config\core.js:173:20)
F:\nodejs\node_modules\npm\lib\utils\error-handler.js:98
  var doExit = npm.config.loaded ? npm.config.get('_exit') : true
                          ^

TypeError: Cannot read property 'loaded' of undefined
    at exit (F:\nodejs\node_modules\npm\lib\utils\error-handler.js:98:27)
    at process.errorHandler (F:\nodejs\node_modules\npm\lib\utils\error-handler.js:216:3)
    at process.emit (events.js:197:13)
    at process._fatalException (internal/process/execution.js:123:25)
Install for create-react-app@latest failed with code 7

that's the error said

Share Improve this question edited May 1, 2019 at 16:17 Irgi Ahmad Maulana asked Mar 28, 2019 at 13:46 Irgi Ahmad MaulanaIrgi Ahmad Maulana 1071 gold badge2 silver badges10 bronze badges 2
  • Where are you creating the app? It's always better to do it in an empty directory – Nino Filiu Commented Mar 28, 2019 at 13:49
  • i'm creating the app in new folder which is in E:\LearnReact directory. that is an empty directory – Irgi Ahmad Maulana Commented Mar 28, 2019 at 13:59
Add a ment  | 

1 Answer 1

Reset to default 4

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

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论