Create React App not working

前端 未结 15 1351
清歌不尽
清歌不尽 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条回答
  •  粉色の甜心
    2020-12-29 07:09

    I also experienced the same problem and SOLVED IT. This is what I did.

    1. Restart your machine(computer)
    2. Deactivate your anti-virus. I chose the "permanently" option
    3. Open the terminal and run the "create-react-app" command again, It will definitely do the trick.
    4. Activate your anti-virus
    5. And get working :-)

提交回复
热议问题