Créer le nœud d'application React 12

//using create-react-app with old version of nodejs and npm
npm uninstall -g create-react-app
npm install -g [email protected]
create-react-app my-app --scripts-version 3.1.1
hansal