Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

docker sh: react-scripts: not found

#If node_modules does not exist, run below to ensure all deps are downloaded.
npm install (or yarn) 

#Alternative Solution

#If node_modules exists, remove it with 
rm -rf node_modules 
#and then run 
npm install (or yarn).
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #docker
ADD COMMENT
Topic
Name
3+3 =