npm error Cannot read properties of null (reading 'isDescendantOf')

这个错误通常是由于 npm 缓存或者依赖关系问题导致的。您可以尝试清除 npm 缓存并重新安装依赖来
解决这个问题。具体操作可以参考以下步骤:

  1. 清除 npm 缓存:运行命令 npm cache clean --force
  2. 删除 node_modules 目录 和 package-lock.json 文件
  3. 安装依赖:运行命令 npm install
posted @ 2024-05-30 10:58  VipSoft  阅读(1442)  评论(0)    收藏  举报