Difference between npx and npm?
问题 I have just started Learning React and facebook helps in simplifying the initial setup by providing the following ready-made project. Link to Facebook account on Github: https://github.com/facebook/create-react-app If I have to install the skeleton project I have to type npx create-react-app my-app in command-line. I was wondering why does the facebook account in Github have npx create-react-app my-app rather than npm create-react-app my-app ? 回答1: Introducing npx: an npm package runner NPM -