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

jquery-ui version #3692

Closed
Nick-Kononov opened this issue Aug 6, 2024 · 0 comments
Closed

jquery-ui version #3692

Nick-Kononov opened this issue Aug 6, 2024 · 0 comments

Comments

@Nick-Kononov
Copy link

Nick-Kononov commented Aug 6, 2024

Describe the bug
After resolving dependencies via running yarn jquery-ui gets version 1.14.0 which causes error after running rake assets:precompile

Reproduction steps

  • have an app with rails_admin in package.json
  • run yarn
  • run rake assets:precompile
  • received error ModuleNotFoundError: Module not found: Error: Can't resolve 'jquery-ui/ui/safe-active-element.js' in '/path/to/app/node_modules/rails_admin/src/rails_admin'

Expected behavior
Assets compiled successfully

Additional context

  • having something like "jquery-ui": "^1.12.1 <1.14.0" should temporarily fix the issue

Add any other context about the problem here.

Link to missing safe-active-element in jquery-ui v1.14.0
Link to existing safe-active-element in jquery-ui v1.13.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant