Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Error installing dependencies for 8.0.0-rc.4 in angular 18 #1083

Closed
1 of 2 tasks
Nach0Git opened this issue Jul 4, 2024 · 2 comments · Fixed by #1087
Closed
1 of 2 tasks

[BUG] Error installing dependencies for 8.0.0-rc.4 in angular 18 #1083

Nach0Git opened this issue Jul 4, 2024 · 2 comments · Fixed by #1087
Labels

Comments

@Nach0Git
Copy link

Nach0Git commented Jul 4, 2024

Environment

Please provide as many details as you can:
running npm I should install dependencies without issues for angular 18
Per https://www.npmjs.com/package/ngx-bootstrap documentation
image

Currently the dependency is defined as:
image

  • Hosting type
    • Form.io
    • Local deployment
      • Version:
  • Formio.js version: 5.0.0
  • Frontend framework: Angular 18
  • Browser: All
  • Browser version: All

Observed behavior

Additionally, if I install version 8.0.0-rc4 with angular 17 I see the following compiling error

image

Expected behavior

Need version 18 of 'ngx-bootstrap' dependency to support angular 18.

@Nach0Git Nach0Git added the bug label Jul 4, 2024
@KrakenTyio
Copy link

Temporary you can try in package.json

"overrides": {
    "@formio/angular": {
      "ngx-bootstrap": "latest"
    }
  }

@lane-formio
Copy link
Contributor

Resolved with #1087

@lane-formio lane-formio linked a pull request Jul 29, 2024 that will close this issue
7 tasks
@lane-formio lane-formio reopened this Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants