$ cnpm install -g create-react-app $ create-react-app my-app (eslint报错 换下面的) npx create-react-app my-app --use-npm $ cd my-app/ $ npm start
$ cnpm install -g create-react-app $ create-react-app my-app (eslint报错 换下面的) npx create-react-app my-app --use-npm $ cd my-app/ $ npm start