Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react-scripts: command not found

# delete the node_modules 
rm -rf node_modules

# delete the package-lock.json or yarn.lock 
rm -f package-lock.json
rm -f yarn.lock

# clean the npm cache
npm cache clean --force

# Install the dependencies
npm install
Source by itsjavascript.com #
 
PREVIOUS NEXT
Tagged: #command
ADD COMMENT
Topic
Name
1+3 =