ionic 4 编译时间慢

ionic 4 slow compile time

我的新 Ionic 项目每次编译都需要超过 100000 毫秒。尝试了多个新项目,都非常慢。

[ng] i 「wdm」: Compiling...
[ng] Date: 2018-10-09T13:28:58.064Z - Hash: 65e0e0d39e445c0b5c3b - Time: 106610ms
[ng] 173 unchanged chunks
[ng] chunk {home-home-module} home-home-module.js, home-home-module.js.map (home-home-module) 6.36 kB  [rendered]
[ng] i 「wdm」: Compiled successfully.

离子版本:4.1.1

节点版本:8.11.1

我不得不升级到当前的 Node 版本(不是 LTS 版本)。这样就解决了问题。