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

后端 未结 6 1933
清酒与你
清酒与你 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:32

    Official recommendation from ember-cli to improve its performance on windows

    Install ember-cli-windows with node using the below command

    npm install -g ember-cli-windows

    Run the following command on your project root folder

    ember-cli-windows

提交回复
热议问题