我正在关注https://angular.io/cli的教程,但在我的命令提示符下使用命令后,我无法连接到http://localhost:4200ng serve。
The page returned the following error: This site can’t provide a secure connection, ERR_SSL_PROTOCOL_ERROR
The project is compiled successfully
Run Code Online (Sandbox Code Playgroud)
以下是按照教程在 windows 命令提示符下执行的:
C:\Users\Ufinity\Desktop\test-angular>ng serve
10% building 3/3 modules 0 activei ?wds?: Project is running at http://localhost:4200/webpack-dev-server/
i ?wds?: webpack output is served from /
i ?wds?: 404s will fallback to …Run Code Online (Sandbox Code Playgroud)