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
网友评论