Home > Mobile >  Getting error while adding new package after updating Angular 11 to 13
Getting error while adding new package after updating Angular 11 to 13

Time:01-10

I am trying to install new package. npm install --save @ng-select/ng-select after updating my Angular application from 11 to 13.

Image of CMD while installing ng-select package

CodePudding user response:

Try to clean cache, Check your package.json is there any wrong dependencies given.

npm cache clean --f
npm i @ng-select/ng-select --s --f
  •  Tags:  
  • Related