You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@okineadev ➜ /workspaces/vscode $ npm run update-localization-extension -- --location="../vscode-translations-import/uk" uk
> [email protected] update-localization-extension
> node build/npm/update-localization-extension.js --location=../vscode-translations-import/uk uk
Importing translations for uk form '../vscode-translations-import/uk' to '../vscode-loc/i18n/vscode-language-pack-uk/translations' ...
node:internal/validators:162
throw new ERR_INVALID_ARG_TYPE(name, 'string', value);
^
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
at new NodeError (node:internal/errors:405:5)
at validateString (node:internal/validators:162:11)
at Object.join (node:path:1171:7)
at /workspaces/vscode/build/npm/update-localization-extension.js:76:56
at Array.map (<anonymous>)
at /workspaces/vscode/build/npm/update-localization-extension.js:76:32
at Array.forEach (<anonymous>)
at update (/workspaces/vscode/build/npm/update-localization-extension.js:48:16)
at Object.<anonymous> (/workspaces/vscode/build/npm/update-localization-extension.js:106:2)
at Module._compile (node:internal/modules/cjs/loader:1356:14) {
code: 'ERR_INVALID_ARG_TYPE'
}
Node.js v18.19.0
The text was updated successfully, but these errors were encountered:
WHY is this command not working?!
@okineadev ➜ /workspaces/vscode $ npm run update-localization-extension -- --location="../vscode-translations-import/uk" uk
The text was updated successfully, but these errors were encountered: