Error building translations #107
Replies: 10 comments
-
|
Beta Was this translation helpful? Give feedback.
-
You can open a draft PR if you need help. |
Beta Was this translation helpful? Give feedback.
-
need version node =>14 |
Beta Was this translation helpful? Give feedback.
-
my node version 10.x |
Beta Was this translation helpful? Give feedback.
-
Update to v18.x version. |
Beta Was this translation helpful? Give feedback.
-
and I still had to clone the project again, t.to. lock_file interfered |
Beta Was this translation helpful? Give feedback.
-
npm v 9.5.0 |
Beta Was this translation helpful? Give feedback.
-
Check if,
Not sure what you mean by that. |
Beta Was this translation helpful? Give feedback.
-
until that moment I just collected it on the old version. and 18 tried to clean it... By the way, I manage to collect the project, but for this I need to constantly open the SDK storage settings . Well now it is going, but I could not integrate the translation for Russian. I had to translate the en.yaml file itself |
Beta Was this translation helpful? Give feedback.
-
I guess this is no longer an issue? Feel free to re-open this if it is. |
Beta Was this translation helpful? Give feedback.
-
/home/symphony/node_modules/yaml/dist/compose/composer.js:33
if (prelude[i + 1]?.[0] !== '#')
^
SyntaxError: Unexpected token .
at Module._compile (internal/modules/cjs/loader.js:723:23)
at Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Object.require.extensions.(anonymous function) [as .js] (/home/symphony/node_modules/ts-node/src/index.ts:1608:43)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object. (/home/symphony/node_modules/yaml/dist/index.js:3:16)
at Module._compile (internal/modules/cjs/loader.js:778:30)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @zyrouge/[email protected] i18n:build:
ts-node ./cli/i18n/build.ts
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @zyrouge/[email protected] i18n:build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
To be honest, I don’t understand anything. What the problem is. It is possible that the version is not suitable, I have npm v 6.14.4
Beta Was this translation helpful? Give feedback.
All reactions