📅  最后修改于: 2022-03-11 14:51:13.258000             🧑  作者: Mango
#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).