I cannot install new npm package module within my Ionic project, i have these errors below after compilation:
For example when i run this command "npm install @capacitor/core @capacitor/cli" or this one "npm install pouchdb"
[ng] i 「wdm」: Compiling...
[ng] ERROR in node_modules/@angular/forms/src/form_providers.d.ts:22:9 - error TS2314: Generic type 'ModuleWithProviders' requires 1 type argument(s).
[ng] 22 }): ModuleWithProviders; [ng] ~~~~~~~~~~~~~~~~~~~
[ng] node_modules/@ionic/storage/index.d.ts:5:52 - error TS2314: Generic type 'ModuleWithProviders' requires 1 type argument(s).
[ng] 5 static forRoot(storageConfig?: StorageConfig): ModuleWithProviders;