Создать узел приложения React 12

//using create-react-app with old version of nodejs and npm
npm uninstall -g create-react-app
npm install -g create-react-app@3.4.1
create-react-app my-app --scripts-version 3.1.1
hansal