Skip to content
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

Warning from yargs #863

Closed
davedoesdev opened this issue Dec 24, 2021 · 0 comments · Fixed by #864
Closed

Warning from yargs #863

davedoesdev opened this issue Dec 24, 2021 · 0 comments · Fixed by #864

Comments

@davedoesdev
Copy link

(node:2441854) 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
    at Object.emitWarning (/home/david/authorize-jwt/node_modules/yargs/build/index.cjs:1:58539)
    at Jt.[emitWarning] (/home/david/authorize-jwt/node_modules/yargs/build/index.cjs:1:43964)
    at Jt.option (/home/david/authorize-jwt/node_modules/yargs/build/index.cjs:1:36309)
    at Object.<anonymous> (/home/david/authorize-jwt/node_modules/node-pg-migrate/bin/node-pg-migrate:208:4)
    at Module._compile (node:internal/modules/cjs/loader:1101:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    at node:internal/main/run_main_module:17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant