npm安装报错
AI-摘要
Workers AI
AI初始化中...
介绍自己 🙈
生成本文简介 👋
推荐相关文章 📖
前往主页 🏠
前往社区 💬
前往导航站 🧭
前往爱发电购买
npm错误!无法读取未定义错误处理的属性“匹配”
`报错示例
npm ERR! Cannot read properties of null (reading 'matches')
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/twalterspieler/.npm/_logs/2022-06-03T21_28_12_401Z-debug-0.log`
强制清除npm缓存
1
npm cache clear --force
如果错误仍然存在,请删除
node_modules1
rm -rf node_modules
重新清除npm缓存
1
npm cache clear --force
然后重新安装npm
1
npm install
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 科技-刘!
评论
WalineTwikoo



