I can't install react using npx create-react-app?

后端 未结 15 1089
渐次进展
渐次进展 2020-12-29 06:15

I am trying to use npx create-react app but i have errors that is shown below:

npm ERR! Unexpected end of Json input w         


        
15条回答
  •  一向
    一向 (楼主)
    2020-12-29 07:07

    This worked for me!!

    first you need to create the package.json file by npm init

    then npx create-react-app myapp

提交回复
热议问题