#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).