Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

install react with old version of node

//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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #install #react #version #node
ADD COMMENT
Topic
Name
7+5 =