ember-cli / ember-fetch

HTML5 fetch polyfill from github wrapped and bundled for ember-cli users.
MIT License
176 stars 82 forks source link

`Error: cannot find module rsvp imported from fetch`: Ember 4.12 + embroider-optimized scenario #736

Closed Pixelik closed 11 months ago

Pixelik commented 11 months ago

The error is thrown during the embroider-optimized scenario (ember-try) on a v1 addon on Ember 4.12.

The only solution I found was to prevent ember-fetch from trying to import rsvp by doing:

// ember-cli-build.js
'ember-fetch': { 
  nativePromise: true
}
Pixelik commented 11 months ago

Closing as I can see this addon is not really maintained anymore and will probably be archived soon. 👍