-
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
Cannot set property 'stack' of undefined #3975
Comments
@sprider can you please give some more information about the version you are using and the repro steps? For instance which steps you took to implement Auth0? |
@sprider so there seems to be a bug in zone.js. Try fixing the version to 0.7.2 and see if the error message is more explicit |
@deebloo thanks thats working for me. |
I can confirm that I have the issue too on 1.0.0-beta.25, freshly installed app with Downgrading zone.js one minor version seems to fix it: |
npm install --save zone.js@0.7.4 fixed the problem for me Thank you guys |
I can also confirm that OS?
Versions.
The log given by the failure.
|
Reverting to zone.js@0.7.4 fixed this problem (^0.7.4) |
zone.js@0.7.5 really prevents Angular to display error message. Downgrading zone.js to version 0.7.4 helps. |
Downgrading advice to 0.7.2 helped me. Thanks! |
same error ü |
Downgrading to 0.7.4 helped - 0.7.5 obscured it |
Same error. Downgrading to 0.7.2 caused : My packages :
|
I got the same error earlier today. It was generated because I failed to import a module (ReactiveFormsModule) in my app.module file. Ensure you import every dependency in your app.module. Cheers! |
* starting with repair karma tests app.components.spec.ts, test true is true zonejs@0.7.4 needed (not zonejs@0.7.5) ...angular/angular-cli#3975
The issue has been fixed in zone.js version 0.7.6.
|
Upgrading to ^0.7.6 worked !! Thank you! |
npm install --save zone.js@0.7.4 fixed the problem for me Thank you guys! |
I feel like this needs to be reopened. Certain errors are still obscured. I am getting an error that reads when using ^0.7.6 Error: Uncaught (in promise): Error: DI Error when using zone.js@0.7.4 is reads Error: Uncaught (in promise): Error: No provider for RouterExtendedService! which of course is much more helpful |
@Germcguire87 I actually think that is an issue that should be opened here https://github.com/angular/zone.js as angular-cli can not change that behavior. |
switching to zone.js 0.7.4 solved my problem |
You guys rock. This worked for me |
reverting to 0.7.4 seems to have fixed this issue for me too |
Please note that the most recent version of zone.js is 0.7.6 and that one fixes the issue too. |
@beeman ah yes thanks, 0.7.6 works for me too |
For me 0.7.7 worked as well. But I had a problem with the webpack generated files, so I had to delete them and regenerate them. Just regenerating did not solve the problem. Deletion did. |
…I was 'missing' ReactiveFormsModule detailed here: angular/angular-cli#3975
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. |
OS?
Versions.
Repro steps.
Hi,
I am new to angularjs 2. Any idea about this error?
The text was updated successfully, but these errors were encountered: