No borders in cmd - windows 10

Author: ZoeVonFengCreated Nov 3, 2017Updated May 2, 2019

I was using dashboard with VSCode, and it worked very well. All the information was shown and border is clear and pretty. But I can't use an editor's terminal as a watcher all the time - it took a lot resources to do such kind task by VSCode, so I switched to cmd. Now, CMD would work and print all the processing information, without the borders!
I am not sure if it is not working well with cmd right now or it has to be my problem. And I tried on npm command line, since it shared cmd with windows, it doesn't have border either. However, powershell would work fine.

Powershell:
image

cmd/npm: image

vscode: image

  1. package.json : "dev": "webpack-dev-server",

OS: Windows 10

Source: FormidableLabs/webpack-dashboard