-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Unexpected token '??=' with Node 14 #95
Comments
|
Here is the dependency with
And it should be easily reproducible. It happens every time you run the command with Node version 14. |
Like said Node.js v14 is end of life since April 30, 2023 |
This was referenced Aug 13, 2024
adrai
added a commit
that referenced
this issue
Aug 14, 2024
v8.0.2 should address this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
💥 Regression Report
Since yesterday, running the following command:
npx locize-cli download --format json --path <PATH> --api-key <API_KEY> --project-id <PROJECT_ID>
is producing the following error:
Unexpected token '??='
More info:
After installing locize-cli and running:
locize
, this is the error:Last working version
Worked up to version: 8.0.1
Stopped working in version: 8.0.1
To Reproduce
Having Node v14.21.3
Run:
npx locize-cli download --format json --path <PATH> --api-key <API_KEY> --project-id <PROJECT_ID>
Expected behavior
The correct download of translations
Your Environment
The text was updated successfully, but these errors were encountered: