-
Notifications
You must be signed in to change notification settings - Fork 18
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
Doesn't support angular v16 #120
Comments
Can you please supply more information, like
|
PS C:\Projects\poc> npm install @microsoft/applicationinsights-angularplugin-js npm ERR! A complete log of this run can be found in: |
Ok, It looks like you trying to use v3 of ApplicationInsights with the angular plugin? We have not yet released an AI v3 compatible version of the anuglar plugin yet https://github.com/microsoft/applicationinsights-angularplugin-js#compatibility-matrix, we are actively working on creating a release which is being tracked by this milestone. We are planning to release this shortly, which will then be followed rapidly with an Angular 15 targeted version (tracked with this milestone). If either of these still do not work with Angular 16 then we will schedule a v16 release (based on the discussion issue in the first milestone) |
@CalvinGoA I got this combination working on Angular16:
|
After downgraded the version of "@microsoft/applicationinsights-web" from "^3.0.2" to "^2.8.13", and then execute: npm i --save @microsoft/applicationinsights-angularplugin-js Here it was the errors I received: |
@zhucalvin you have one more package in your dependencies than I did. you have "@microsoft/[email protected]" it says it in the message you posted. look for the words "Conflicting peer dependency" You must decide, whether or not you need "@microsoft/[email protected]". The message says:
OR
|
version 17 also doesnt work. added the exact snippet from the readme after installing dependencies. put in my key. then attempted to ng serve. App previously loaded and worked, but now whitescreen with no console errors. |
Hi there,
I got errors out when installing to an app with angular 16. Please look into it.
Thanks,
The text was updated successfully, but these errors were encountered: