mirego / accent

The first developer-oriented translation tool. True asynchronous flow between translators and your team.
https://www.accent.reviews
BSD 3-Clause "New" or "Revised" License
1.29k stars 97 forks source link

CLI Export does not work on MacOS #357

Closed p-barabas closed 7 months ago

p-barabas commented 1 year ago

I installed accent cli from npm package using: rpm install -g accent-cli Current version is: accent-cli/0.13.3 darwin-arm64 node-v19.6.1 OS version: MacOS Ventura 13.1. Computer: MacBook Pro with M1 chip

When I want to export using accent export command with a proper config.json file, the following happens: Fetch config in accent.json... API Client ✓

Writing files locally

So no string resource files are downloaded. The same works with sync. If I downgrade accent-cli to 0.10.3, export woks fine. I checked some versions meanwhile, the latest working is 0.11.0.

simonprev commented 7 months ago

I think there was a missing library in early version of the cli. Try again with the latest 😄