-
Notifications
You must be signed in to change notification settings - Fork 27
Description
I have an app already built that demonstrates this error. Please see this repo. In a nutshell, a fatal error is thrown when visiting an engine's route if that engine lists an external addon, which lists ember-asset-loader as a dependency, as a dependency.
Structure
Host app:
- Depends on ember-engines
- Depends on external addon ("some-addon")
- Contains an engine that depends on "some-addon"
External addon ("some-addon"):
- Depends on ember-asset-loader
- index.js extends from manifest-generator.js
Error thrown:
The below error is thrown when visiting the engine's route
rsvp.js:26 Uncaught Error: Failed to load asset manifest. For browser environments, verify the meta tag with name "basic-engine/config/asset-manifest" is present. For non-browser environments, verify that you included the node-asset-manifest module. at Module.callback (asset-manifest.js:23) at Module.exports (loader.js:106) at Module._reify (loader.js:143) at Module.reify (loader.js:130) at Module.exports (loader.js:104) at requireModule (loader.js:27) at r (loader.js:176) at resolveInitializer (index.js:10) at registerInstanceInitializers (index.js:33) at loadInitializers (index.js:69)