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
(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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: