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 installed ionic2-auto-complete@1.6.2-alpha. After that I ran command: npm list. And the result is : npm ERR! peer dep missing: @angular/core@^4.0.0, required by ionic2-auto-complete@1.6.2-alpha
Currently in my package.json I have "@angular/core": "5.0.3",
How to fix it so that it could support @angular/core": "5.0.3
The text was updated successfully, but these errors were encountered:
I installed ionic2-auto-complete@1.6.2-alpha. After that I ran command:
npm list
. And the result is :npm ERR! peer dep missing: @angular/core@^4.0.0, required by ionic2-auto-complete@1.6.2-alpha
Currently in my package.json I have
"@angular/core": "5.0.3",
How to fix it so that it could support @angular/core": "5.0.3
The text was updated successfully, but these errors were encountered: