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
Similar to #6 , if a reserved word like version is used in WSDL, then error:
(node:20372) Warning: "version" is a reserved word.
Please do one of the following:
- Disable version with `yargs.version(false)` if using "version" as an option
- Use the built-in `yargs.version` method instead (if applicable)
- Use a different option key
https://yargs.js.org/docs/#api-reference-version
(Use `node --trace-warnings ...` to show where the warning was created)
1 Errors occured!
The text was updated successfully, but these errors were encountered:
niquedegraaff
changed the title
"version" is a reserved word in javascript.
"version" is a reserved word yargs
Feb 21, 2025
Similar to #6 , if a reserved word like
version
is used in WSDL, then error:The text was updated successfully, but these errors were encountered: