create-react-app, installation error (“command not found”)

后端 未结 8 1374
遇见更好的自我
遇见更好的自我 2020-12-08 07:09

I have installed create-react-app exactly as instructed on the facebook instruction page (https://facebook.github.io/react/blog/2016/07/22/create-apps-with-no-configuration.

8条回答
  •  有刺的猬
    2020-12-08 07:37

    Use npx instead of npm.

    Check this out-> https://reactjs.org/docs/create-a-new-react-app.html#create-react-app

提交回复
热议问题