OpenSlides / openslides-client

Webclient for OpenSlides 4+
MIT License
3 stars 33 forks source link

Generate-defaults script is broken #2619

Open luisa-beerboom opened 1 year ago

luisa-beerboom commented 1 year ago

The script currently fails if executed and trying to fix it will inevitably lead one to the likes of ERR_REQUIRE_ESM errors. Someone should probably take a look at this

reiterl commented 1 year ago

What is the generate-defaults script? I don't think this is a backend issue.

luisa-beerboom commented 1 year ago

Ah sorry, this was supposed to be a client issue. generate-defaults is a development script in the client. I'm moving this to the client now.

bastianjoel commented 11 months ago

As mentioned in #3006 we should maybe think about replacing axios with fetch to get rid of that dependency when doing this.

reiterl commented 9 months ago

The problem seems to be that die MeetingSettingsServicecannot be imported in the script, because nodejs... I haven't a solution.