0

My angular project contains following packages:

"survey-angular": "^1.9.4",
"survey-creator": "^1.9.4",
"@angular/cdk": "11.0.1",
"@angular/common": "12.0.3",

How should I update "survey-angular" to "survey-angular-ui"?

My Angular project has multiple libraries, which are creating conflicts while I try a few ways.

  1. I tried 'npm update survey-angular', but this did not change anything in the package.json

  2. I tried directly changing the package.json from "survey-angular" to "survey-angular-ui" and then npm install.

Aditya D
  • 1
  • 1
  • Have you tied uninstalling `survey-angular` then installing `survey-angular-ui`? – Benjamin Rae May 22 '23 at 07:50
  • Yes, I tried uninstalling survey-angular then installing survey-angular-ui. But now I am checking whether the conflicting packages are causing any problem. Thank you – Aditya D May 22 '23 at 09:24

0 Answers0