Open monikaint opened 2 years ago
I think that @TerenYeung hasn't published a new version with the latest fixes. Have you tried to reference the GitHub repository instead of the npm's latest version?
I have tried to installing poeditor-cli
repository like this npm i https://github.com/TerenYeung/poeditor-cli.git
, but I get the same error.
@monikaint I'm sorry firstly, It's my fault as the lib is designed for apple_strings, android_strings and json in the begining. However, I describe not clearly in README and the usage of attention. Now, the cli only support apple_strings, android_strings and json to use apple_strings, android_strings, js or json as configuration to export .xml/.strings/.json .
Hi, i'm trying to use
poeditor pull
within my project, but I get an error. Could you help me?My
poeditor-config.json
looks like this:When I try
poeditor pull
command in terminal, I get an error:Previously I have tried with
"fileType": "json"
and it worked correctly.