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
