Skip to content

Instantly share code, notes, and snippets.

@mhartington
Created March 30, 2018 14:20
Show Gist options
  • Save mhartington/44ce3d3a3e24bb6aa968d4f1b7851507 to your computer and use it in GitHub Desktop.
Save mhartington/44ce3d3a3e24bb6aa968d4f1b7851507 to your computer and use it in GitHub Desktop.
> ng serve --host=0.0.0.0 --port=8100 --progress=false
[ng] Cannot read property 'host' of null
[ng] TypeError: Cannot read property 'host' of null
[ng] at Architect._loadJsonFile (/Users/mhartington/GitHub/StarTrack-ng/node_modules/@angular-devkit/architect/src/architect.js:200:32)
[ng] at Architect.loadArchitect (/Users/mhartington/GitHub/StarTrack-ng/node_modules/@angular-devkit/architect/src/architect.js:68:45)
[ng] at MergeMapSubscriber.workspaceLoader.loadWorkspace.pipe.operators_1.concatMap.workspace [as project] (/Users/mhartington/GitHub/StarTrack-ng/node_modules/@angular/cli/models/architect-command.js:150:184)
[ng] at MergeMapSubscriber._tryNext (/Users/mhartington/GitHub/StarTrack-ng/node_modules/@angular/cli/node_modules/rxjs/operators/mergeMap.js:122:27)
[ng] at MergeMapSubscriber._next (/Users/mhartington/GitHub/StarTrack-ng/node_modules/@angular/cli/node_modules/rxjs/operators/mergeMap.js:112:18)
[ng] at MergeMapSubscriber.Subscriber.next (/Users/mhartington/GitHub/StarTrack-ng/node_modules/@angular/cli/node_modules/rxjs/Subscriber.js:93:18)
[ng] at DoSubscriber._next (/Users/mhartington/GitHub/StarTrack-ng/node_modules/@angular/cli/node_modules/rxjs/operators/tap.js:88:30)
[ng] at DoSubscriber.Subscriber.next (/Users/mhartington/GitHub/StarTrack-ng/node_modules/@angular/cli/node_modules/rxjs/Subscriber.js:93:18)
[ng] at MergeMapSubscriber.notifyNext (/Users/mhartington/GitHub/StarTrack-ng/node_modules/@angular/cli/node_modules/rxjs/operators/mergeMap.js:145:30)
[ng] at InnerSubscriber._next (/Users/mhartington/GitHub/StarTrack-ng/node_modules/@angular/cli/node_modules/rxjs/InnerSubscriber.js:23:21)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment