美文网首页
解决 Cannot read property 'match'

解决 Cannot read property 'match'

作者: 沉默紀哖呮肯伱酔 | 来源:发表于2020-04-22 10:57 被阅读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

相关文章

网友评论

      本文标题:解决 Cannot read property 'match'

      本文链接:https://www.haomeiwen.com/subject/dhmpihtx.html