npm ERR! Cannot read property 'match' of undefined

执行一遍以下命令

rm -rf node_modules
rm package-lock.json
npm cache clear --force
npm install
原文地址:https://www.cnblogs.com/qingshan-tang/p/13087093.html