Create React App not working

前端 未结 15 1341
清歌不尽
清歌不尽 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 06:57

    on Ubuntu 18.04

    sudo npm cache clean -f
    sudo npm install -g n
    sudo n stable
    

提交回复
热议问题