A versão do @totvs/protheus-lib-core acompanha a versão do Angular e do PO UI ? Estou tendo problemas para instalar a versão@totvs/protheus-lib-core@15.0.1. Me dá este erro:
npm ERR! While resolving: po-function-company@0.0.0 npm ERR! Found: @angular/animations@16.2.12 npm ERR! node_modules/@angular/animations npm ERR! @angular/animations@"^16.2.12" from the root project npm ERR! Could not resolve dependency: npm ERR! peer @angular/animations@"^15.2.9" from @totvs/protheus-lib-core@15.0.1 npm ERR! node_modules/@totvs/protheus-lib-core npm ERR!@totvs/protheus-lib-core@"^15.0.1" from the root project
Este é o meu package.json
"dependencies": { "@angular/animations": "^16.2.12", "@angular/common": "^16.2.0", "@angular/compiler": "^16.2.0", "@angular/core": "^16.2.0", "@angular/forms": "^16.2.0", "@angular/platform-browser": "^16.2.0", "@angular/platform-browser-dynamic": "^16.2.0", "@angular/router": "^16.2.0", "@po-ui/ng-components": "^16.6.0", "@po-ui/ng-templates": "^16.6.0", "@totvs/protheus-lib-core": "^15.0.1", "@types/node": "^20.9.0", "rxjs": "~7.5.5", "tslib": "^2.6.2", "zone.js": "~0.13.0" }
Estou estudando PO-UI, passei por este mesmo problema, só consegui instalar incluindo o parâmetro "--force"
— Leandro.Santos 14 de Nov de 2023