Reputation: 1
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.
I tried 'npm update survey-angular', but this did not change anything in the package.json
I tried directly changing the package.json from "survey-angular" to "survey-angular-ui" and then npm install.
Upvotes: 0
Views: 166