I have an ember project running in a docker container.
It started yesterday when I rebuilt the container I received the following error:
Cannot use the decorators and decorators-legacy plugin together
I did not add any new plugins to package.json.
This is the output of yarn list https://pastebin.com/ds3ET03F and this of yarn why ember-cli-babel https://pastebin.com/5Zciiqag.
I'm not sure what is causing this error. It seems that some dependencies changed their ember-cli-babel dependency. Especially the
Maybe someone can point me into the right direction.
I'm having the same issue in travis without any change.
Do you happen to have a repo that would be public (to have a reproduction)?
@alejandrodevs is your issue with ember-{source,data,cli}@3.7 as well?
I was using ember cli 3.7.1 after I upgraded to 3.8.1 the problem was fixed.
Upgrading to ember-cli 3.8.1 solved the issue for me, too.
Thank you!
Unfortunately the repo I'm working on is not public.
It seems like the update to 3.8.1 was not the actual reason the pipeline doesnt fail anymore.
Now other branches with 3.7.1 also dont get the error anymore.
Probably some dependency changed again.
Closing as this seems resolved. :)
Most helpful comment
It seems like the update to 3.8.1 was not the actual reason the pipeline doesnt fail anymore.
Now other branches with 3.7.1 also dont get the error anymore.
Probably some dependency changed again.