Skip to content

Uncaught TypeError: Cannot read property 'zone' of undefined (beta.11) #7705

@wardbell

Description

@wardbell

Note: for support questions, please use one of these channels: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question. This repository's issues are reserved for feature requests and bug reports.

  • *I'm submitting a ... *
    [x] bug report
    [ ] feature request
    [ ] support request
  • Do you want to request a feature or report a bug?

Bug

  • What is the current behavior?

The QuickStart and all apps based upon it report the following error to the console upon launch.

Uncaught TypeError: Cannot read property 'zone' of undefined

The app continues to run. You won't see it unless you happen to be looking at the console.

Does not seem to happen in plunker.

Does when build and execute the code locally as directed. See instructions in the angular/quickstart repo

In brief:

git clone  https://github.com/angular/quickstart  my-proj
cd my-proj
rm -rf .git
npm install
npm start
  • What is the expected behavior?

No errors in console

  • What is the motivation / use case for changing the behavior?
  • Please tell us about your environment:
  • Angular version: 2.0.0-beta.11
  • Browser: Chrome
  • Language: TypeScript
  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions