Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

create react app failed with code 1

//You need to run this on your terminal
npm cache clean --force //this clear the cache store in the memory
npm install -g create-react-app@latest

//this will install the latest version of create-react
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #react #app #failed #code
ADD COMMENT
Topic
Name
9+7 =