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

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

    Run Windows PowerShell as administrator and type this:

    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

提交回复
热议问题