解决 Cannot read property 'match'
2020-04-22 本文已影响0人
沉默紀哖呮肯伱酔
npm ERR! Cannot read property 'match' of undefined
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/***/.npm/_logs/2020-04-21T10_27_32_124Z-debug.log
解决办法: 删除node_modules文件夹、删除package-lock.json
清除缓存 npm cache clear --force
重新安装 npm install