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

Error: Could not find module @ember-data/adapter/rest #9504

Closed
lozjackson opened this issue Jul 1, 2024 · 1 comment
Closed

Error: Could not find module @ember-data/adapter/rest #9504

lozjackson opened this issue Jul 1, 2024 · 1 comment
Labels
upstream Upstream Dependency Fix Required

Comments

@lozjackson
Copy link

lozjackson commented Jul 1, 2024

Reproduction

Steps to repro:

  • Created a new app with ember-cli
  • update ember-data to 5.3.8
  • install active-model-adapter
  • Start the app

Description

Since upgrading ember-data to 5.3.8, I'm getting an error in the console that is preventing the app from starting

Error: Could not find module @ember-data/adapter/rest imported from active-model-adapter/active-model-adapter

I'm guessing something changed with the exports that is causing this error

Versions

ember-cli 5.8.1
ember-source 5.8.0
ember-data 5.3.8
active-model-adapter 4.0.1

I've also created an issue in the active-model-adapter repo here: adopted-ember-addons/active-model-adapter#189

@runspired
Copy link
Contributor

issue is with active-model-adapter not specifying any dependencies adopted-ember-addons/active-model-adapter#189 (comment)

@runspired runspired added the upstream Upstream Dependency Fix Required label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Upstream Dependency Fix Required
Projects
Archived in project
Development

No branches or pull requests

2 participants