1
我開發一個應用程序灰燼,在應用灰燼建立生產時間比預期長的時間
生產環境中構建應用程序提供以下在構建過程警告。
>>ember build --environment production
WARNING: Node v7.2.1 is not tested against Ember CLI on your platform. We recommend that you use the most-recent "Active LTS" version of Node.js.
/Building[WARN] `assets/vendor.js` took: 27201ms (more than 20,000ms)
cleaning up...
Built project successfully. Stored in "dist/".
File sizes:
- dist/assets/vendor-55a426e75e5239020a12bb7bfc6ffc2a.js: 759.74 KB (195.13 KB gzipped)
- dist/assets/vendor-d41d8cd98f00b204e9800998ecf8427e.css: 0 B
我想壓制這些正在減少的信息,因爲我嘗試過--silent with command。
ember build --environment production --silent
還有即時得到以下警告:
[WARN] `assets/vendor.js` took: 27201ms (more than 20,000ms)
凸輪有人告訴我如何禁止這種警告或解決這一問題?
OS:的Windows 2012 R2服務器
你運行該命令以管理員身份?非管理帳戶需要很長時間才能構建。 –