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

后端 未结 15 994
渐次进展
渐次进展 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:09

    1. sudo chown -R 1000:1000 "/home/aditya/.npm"
    2. npx crate-react-app

    this should fix the issue.

提交回复
热议问题