Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

create react app node 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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #react #app #node
ADD COMMENT
Topic
Name
1+8 =