-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR in Cannot read property 'content' of null #4165
Labels
P0
Issue that causes an outage, breakage, or major function to be unusable, with no known workarounds
type: bug/fix
Comments
Can confirm this happens:
|
filipesilva
added
command: serve
P0
Issue that causes an outage, breakage, or major function to be unusable, with no known workarounds
type: bug/fix
labels
Jan 22, 2017
Also seems to happen when changing |
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Jan 22, 2017
filipesilva
added a commit
that referenced
this issue
Jan 23, 2017
MRHarrison
pushed a commit
to MRHarrison/angular-cli
that referenced
this issue
Feb 9, 2017
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P0
Issue that causes an outage, breakage, or major function to be unusable, with no known workarounds
type: bug/fix
OS?
macOS Sierra
Versions.
Running of angular/angular-cli#master
angular-cli: 1.0.0-beta.26
node: 7.2.0
os: darwin x64
@angular/common: 2.4.4
@angular/compiler: 2.4.4
@angular/core: 2.4.4
@angular/forms: 2.4.4
@angular/http: 2.4.4
@angular/platform-browser: 2.4.4
@angular/platform-browser-dynamic: 2.4.4
@angular/router: 3.4.4
@angular/compiler-cli: 2.4.4
Repro steps.
src/app/app.component.html
The log given by the failure.
After editing the app rebuilds and this message appears:
ERROR in Cannot read property 'content' of null
No further stack-trace available.
Mention any other details that might be useful.
The app seems to work though this message persists.
The text was updated successfully, but these errors were encountered: