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

后端 未结 8 1438
遇见更好的自我
遇见更好的自我 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:42

    I hope you already installed Node package manager(npm). now run npm install -g create-react-app, if everything fine then you can use create-ract-app command. if you are getting any permission error just sudo npm install -g create-react-app.

    I hope it will work. Happy Hacking.

提交回复
热议问题