Error when building for fastboot
See original GitHub issueI created a demo app for migrating to engines in a talk and I found an incompatibility running fastboot on the enginified version (it works without engines).
The error:
⠇ BuildingThe Broccoli Plugin: [AssetManifestGenerator: Asset Manifest Generator] failed with:
Error: Attempting to add bundle "parents-engine" to manifest but a bundle with that name already exists.
at /Users/miguelcamba/code/engines-demos/smhw-blog/node_modules/ember-asset-loader/lib/asset-manifest-generator.js:83:15
at Array.reduce (native)
at AssetManifestGenerator.build (/Users/miguelcamba/code/engines-demos/smhw-blog/node_modules/ember-asset-loader/lib/asset-manifest-generator.js:72:34)
at /Users/miguelcamba/code/engines-demos/smhw-blog/node_modules/broccoli-caching-writer/index.js:149:21
at tryCatch (/Users/miguelcamba/code/engines-demos/smhw-blog/node_modules/rsvp/dist/rsvp.js:538:12)
Versions:
- Node 6
- “ember”: “~2.10.0-beta.3”,
- “ember-engines”: “0.4.0-beta.3”
- lazyLoading: Tried with both, same error.
Reproduction:
- Clone https://github.com/mysencare/smhw-ember-engines-demo, branch
engines
. - Install
ember-cli-fastboot
and runember fastboot --serve-assets
Issue Analytics
- State:
- Created 7 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
fastboot errors :( | XDA Forums
I noticed that I can repeatedly do "fastboot devices" or "fastboot getvar <a_variable>" repeatedly with no issues. It seems likely that the ...
Read more >Fix Waiting for Device Error in ADB or Fastboot Commands
In this guide, we will show you the steps to fix the waiting for device error while entering ADB or Fastboot Commands.
Read more >Error when booting device into fastboot mode. "error
Enabled Developer options · Verified that USB debugging and OEM unlocking are on · Ran the command: sudo apt-get install android-tools-adbsudo apt-get install ......
Read more >[android-building] nexus7 grouper fastboot flashall protocol error
Yes, and fastboot displays a different vendor and product ID than when booted into the android OS. Recovery also has a different ID....
Read more >Flashing devices | Android Open Source Project
Flashing devices · Building fastboot and adb · Booting into fastboot mode · Using flash lock states · Selecting a device build ·...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Has anyone successfully used FastBoot and lazy engines?
My engine is not lazy, but still blows up with fastboot. Anyone have a fix?