microsoft / TypeScript-React-Starter

A starter template for TypeScript and React with a detailed README describing how to use the two together.
MIT License
11.08k stars 1.21k forks source link

Updating create-react-app usage to npx instead of npm install -g #258

Open gasparsigma opened 5 years ago

gasparsigma commented 5 years ago

The official guide for create-react-app recommends using npx instead of npm install -g (source: https://github.com/facebook/create-react-app#creating-an-app) The package can then be used without changing the globals, avoiding pollution in the long-term Fallback solution for npm versions older than 5.2 provided, with links copied directly from create-react-app/README.md