Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
690a358b
Commit
690a358b
authored
Jul 25, 2018
by
Junling Bu
Browse files
chore[project]: 更新faq文档关于IDEA导入项目卡顿的问题
parent
576c885f
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/7.md
View file @
690a358b
...
...
@@ -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

Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment