You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this (awesome) plugin in a few apps which I migrated to NativeScript 8 recently. On npm install I get the following dependency warnings on my Angular 12/NativeScript 8 apps:
npm WARN @danvick/[email protected] requires a peer of @angular/common@^11.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @danvick/[email protected] requires a peer of @angular/core@^11.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @danvick/[email protected] requires a peer of @nativescript/angular@^11.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @danvick/[email protected] requires a peer of @nativescript/core@^7.0.0 but none is installed. You must install peer dependencies yourself.
The plugin seems to work fine though.
Do you have any plans on officially supporting NativeScript 8 and Angular 12? I would highly appreciate it :)
The text was updated successfully, but these errors were encountered:
I am using this (awesome) plugin in a few apps which I migrated to NativeScript 8 recently. On
npm install
I get the following dependency warnings on my Angular 12/NativeScript 8 apps:The plugin seems to work fine though.
Do you have any plans on officially supporting NativeScript 8 and Angular 12? I would highly appreciate it :)
The text was updated successfully, but these errors were encountered: