-
-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI Exceeding call stack #991
Comments
Have same issue :( |
npm i -D 'glob-stream@<8.0.1’ fix this problem for me |
Having the same issue, but yeah it appears a security fix update to the glob-stream package broke this. |
I spend over hour debugging, and ended up installing |
Same issue here. Downgrade resolved it. |
FYI - glob-stream 8.0.2 fixes this. If you're using yarn, you can update it with |
🐛 Bug Report
After freshly installing
i18next-parser
withnpm i -g i18next-parser
and setting up a configuration file, running the CLI givesTo Reproduce
A minimal reproducible example.
A codesandbox example or similar
or at least steps to reproduce the behavior:
i18next-parser.config.js
Expected behavior
i18next-parser
runsYour Environment
The text was updated successfully, but these errors were encountered: