简体   繁体   English

角度cli“ ng服务”标准

[英]angular cli “ng serve” stdout

When I do "ng serve" output usually looks like this: 当我执行“ ng serve”时,输出通常如下所示:

Hi there, 嗨,您好,

When I do „ng serve“ I usually see this output on my terminal window: 当我做“ ng服务”时,通常会在终端窗口上看到以下输出:

i ï½¢wdmï½£: Compiling...

Date: 2019-03-18T08:34:08.482Z - Hash: 555e9035303b34b1a371 - Time: 141ms
5 unchanged chunks
i ï½¢wdmï½£: Compiled successfully.
i ï½¢wdmï½£: Compiling...
i ï½¢wdmï½£: wait until bundle finished: /

What puzzles me is the characters "i ï½¢wdmï½£". 使我感到困惑的是字符“ iï½¢wdmï½£”。 I am working on windows and use the cygwin shell and terminal. 我正在Windows上工作,并使用cygwin shell和终端。

Question is: "What is this?" 问题是:“这是什么?”

ï½¢ is the UTF-8 code for ï½¢的UTF-8代码

ï½£ is the UTF-8 code for ï½£的UTF-8代码

It's usually displayed as: 通常显示为:

i 「wdm」: Compiled successfully.

It might be the case that your cygwin installation does not use the UTF-8 charset. 可能是您的cygwin安装未使用UTF-8字符集。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM