angular-cli: ng-cli .22 hangs, using angular v2.2.4

ng-cli .22 hangs, using angular v2.2.3


root@DESKTOP-VEUHFOL /cygdrive/c/msweb/studioDashboard
$ ng serve --port 4203
** NG Live Development Server is running on http://localhost:4203. **
 24% building modules 123/123 modules 0 active

OS?

Windows 10

Versions.

$ ng --version
angular-cli: 1.0.0-beta.22
node: 6.5.0
os: win32 x64

any updates on this?

regards

Sean.

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Reactions: 2
  • Comments: 15 (1 by maintainers)

Most upvoted comments

Happens to me as well. Stuck on 20%

I’m also seeing it hang when upgrading from 21 to 22.

** NG Live Development Server is running on http://localhost:4200. **
 10% building modules 1/1 modules 0 activecan't resolve module ./ngsdk/api from /tmp/passit-frontend/src/app/app.module.ts
(node:2068) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: can't find symbol undefined exported from module /tmp/passit-frontend/src/app/ngsdk/api.ts, resolving symbol AppModule in /tmp/passit-frontend/src/app/app.module.ts, resolving symbol AppModule in /tmp/passit-frontend/src/app/app.module.ts
 19% building modules 79/79 modules 0 active

It will hang at 19% forever and not crash nor use any cpu. The resolve module is pretty trivial and works on 21. Assuming there is some underlying issue here.