Create React App not installing, showing an error and aborting installation

后端 未结 16 1633
一生所求
一生所求 2021-01-04 13:12

I Reinstalled Node.js and Yarn. Now I am getting this error.

My environment information is:

Node: v8.12.0

NPM: 6.4.1

Yarn: 1.10.1

16条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-04 13:32

    I also resolved my issue by installing the latest version of node from

    https://nodejs.org/en/download/

    And then i run below command

    npm install -g create-react-app
    

    in the terminal Followed by "create-react-app " or "create-react-app ." if you are already in the folder.

提交回复
热议问题