webstorm 打开项目 卡死解决方法

方法1: 
先在外部终端清空node-modules目录,包括隐藏文件,再打开Webstorm,打开Project Structure页面,选中工程,选择node_modules目录(没有的话自己先新建一个空目录),然后点击上面的 Mark as Excluded,保存后再安装模块。

 

------------------------------------------------------------------------------------------

方法2:

对比修改增加文件 .idea/{项目名称}.iml














小坑:
如果出现 仍然会进行加载卡死  应删去

转载于:https://www.cnblogs.com/shimily/articles/7842752.html

你可能感兴趣的:(webstorm 打开项目 卡死解决方法)