WebStorm一直indexing

解决方案一:

1、打开File --> Settings

2、进入Editor --> File Types

3、在最下面的输入框里面添加node_modules; (注意有分号)

4、确定即可

 Webstorm一直indexing 卡死解决方案

 解决方案二:设置清除缓存并重新生成

 Webstorm一直indexing 卡死解决方案

  Webstorm一直indexing 卡死解决方案

解决方案三:

右击node_modules  dist 目录 选择 Mark Directory as, 选择exclueded 即可。 发现node_modules目录颜色也变了。

从这个操作上我们可以看出,就是不让webstorm对选择的node_modules dist 目录进行语法检查了。

 Webstorm一直indexing 卡死解决方案 

相关文章:

  • 2021-09-06
  • 2021-10-15
  • 2021-10-22
  • 2022-12-23
  • 2021-12-09
  • 2021-12-22
猜你喜欢
  • 2021-04-25
  • 2022-12-23
  • 2021-08-06
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2021-12-01
相关资源
相似解决方案