Commit 690a358b authored by Junling Bu's avatar Junling Bu
Browse files

chore[project]: 更新faq文档关于IDEA导入项目卡顿的问题

parent 576c885f
......@@ -123,4 +123,23 @@ mvn clean
mvn package
```
## 7.3 基础系统
\ No newline at end of file
## 7.3 基础系统
## 7.4 项目
### 7.4.1 项目导入IDEA时卡顿
现象:
IDEA导入项目时,非常耗时间,或者卡断,或者一直疯狂运行。
原因:
应该是litemall-admin模块的node_modules文件夹导致的。
node_modules是litemall-admin所依赖的项目库,可能有近200M的文件。
而IDEA如果没有设置,则可能尝试对该文件夹进行解析索引,从而导致卡断。
解决方案:
右键把node_modules设置Excluded
![](./pic7/excluded.png)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment