After upgrading to ember-cli 3.17.1 this error started popping up frequently.
If you have ember s running and editing files quickly it will show up.
Edit one file, save, go to another file, edit and save before the previous incremental build is finished, the "Cannot start a build if one is already running" error pops up and live-reload won't recover. It needs to be restarted.
After upgrading to ember-cli 3.17.1 this error started popping up frequently.
If you have
ember srunning and editing files quickly it will show up.Edit one file, save, go to another file, edit and save before the previous incremental build is finished, the "Cannot start a build if one is already running" error pops up and live-reload won't recover. It needs to be restarted.