Why is my ember-cli build time so slow on windows?

后端 未结 6 1929
清酒与你
清酒与你 2021-02-05 05:49

Ember-cli is building very slowly with ember server on windows.

Build successful - 13126ms.

Slowest Trees                  | Total
----------------         


        
6条回答
  •  野性不改
    2021-02-05 06:40

    In addition to answers provided above run

    ember s
    

    in powershell in admin mode. This enables symlinks which are not enabled by default in windows. Having symlinks creates a flatter node_modules folder which results in faster running times.

    (Source)

提交回复
热议问题