-
Notifications
You must be signed in to change notification settings - Fork 496
Description
Environment
Please provide as many details as you can:
- Hosting type
- Form.io
- Local deployment
- Version:
formio/js": "^5.0.0-rc.23
formio/angular": "^6.0.0-rc.5
Node: 18.18.0
Npm 10.1.0
- Version:
- Frontend framework: Angular cli 16.2.3
- Browser: Chorme
- Browser version: 116.0.5845.188
{
"name": "teste",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.0",
"@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",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.5",
"@angular/animations": "^16.0.4",
"@angular/cli": "^16.0.5",
"@angular/common": "^16.0.4",
"@angular/compiler": "^16.0.4",
"@angular/compiler-cli": "^16.0.4",
"@angular/core": "^16.0.4",
"@angular/elements": "^16.0.4",
"@angular/forms": "^16.0.4",
"@angular/platform-browser": "^16.0.4",
"@angular/platform-browser-dynamic": "^16.0.4",
"@angular/router": "^16.0.4",
"@compodoc/compodoc": "^1.1.21",
"@formio/js": "^5.0.0-rc.23",
"@formio/angular": "^6.0.0-rc.5", <-------
"@types/jasmine": "^4.3.2",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^20.2.5",
"codelyzer": "^6.0.2",
"jasmine-core": "^5.0.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^16.0.1",
"ngx-bootstrap": "^10.2.0", <--------
"protractor": "~7.0.0",
"replace-in-file": "^7.0.1",
"rxjs": "^7.8.1",
"ts-node": "^10.9.1",
"tslib": "^2.5.3",
"tslint": "~6.1.0",
"typescript": "~5.0.0",
"zone.js": "^0.13.0"
}
}
When running the npm install command I get the following error:
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/animations@"^15.0.0" from ngx-bootstrap@10.3.0
npm ERR! node_modules/ngx-bootstrap
npm ERR! dev ngx-bootstrap@"^10.2.0" from the root project
npm ERR! peer ngx-bootstrap@"^10.2.0" from @formio/angular@6.0.0-rc.5
npm ERR! node_modules/@formio/angular
npm ERR! dev @formio/angular@"^6.0.0-rc.5" from the root project
The package "@formio/angular": "^6.0.0-rc.5" has a dependency on the package ngx-bootstrap": "^10.2.0"
However, the ngx-bootstrap" package: "^10.2.0" is not compatible with the most current version of Angular 16.2.6
So I can't install the package @formio/angular": "^6.0.0-rc.5 and run in version 16