Create React App not working

前端 未结 15 1340
清歌不尽
清歌不尽 2020-12-29 06:30

Help! I have no idea what is going on here, create react app is not working I have also tried reinstalling and yet to no avail, please help!

Npm version: 5

15条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-29 07:05

    Make sure you are not running any antivirus, stop/pause all antivirus or protection software.

    You can also try

    use create-react-app projectname --save
    or create-react-app projectname --save-exact and start again
    

    OR

    as the error suggests, you should use a newer version of node. You are using 8.9.4, you should probably use 8.12.0 LTS.

提交回复
热议问题