jsoma / bottlejack

MIT License
1 stars 1 forks source link

bottlejack version #17

Closed AFarence closed 3 years ago

AFarence commented 3 years ago

Issue with checking the version number after attempting to update. Had the manually remove program and re-download. Error below:

(node:17244) UnhandledPromiseRejectionWarning: ArgError: unknown or unexpected option: --version
    at arg (C:\Users\aefar\AppData\Roaming\npm\node_modules\bottlejack\node_modules\arg\index.js:98:13)
    at parseArgumentsIntoOptions (C:\Users\aefar\AppData\Roaming\npm\node_modules\bottlejack\src\cli.js:10:16)
    at Proxy.cli (C:\Users\aefar\AppData\Roaming\npm\node_modules\bottlejack\src\cli.js:63:17)
    at Object.<anonymous> (C:\Users\aefar\AppData\Roaming\npm\node_modules\bottlejack\bin\bottlejack:4:23)
    at Module._compile (internal/modules/cjs/loader.js:1068:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1097:10)
    at Module.load (internal/modules/cjs/loader.js:933:32)
    at Function.Module._load (internal/modules/cjs/loader.js:774:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
    at internal/main/run_main_module.js:17:47
(Use `node --trace-warnings ...` to show where the warning was created)
(node:17244) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:17244) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
C:\Users\aefar\DataJournalismStuff>
jsoma commented 3 years ago

This seems to be a problem across Windows installs! I wonder if it's an npm thing in general...

On Mon, May 31, 2021 at 3:29 PM AFarence @.***> wrote:

Issue with checking the version number after attempting to update. Had the manually remove program and re-download. Error below:

(node:17244) UnhandledPromiseRejectionWarning: ArgError: unknown or unexpected option: --version at arg (C:\Users\aefar\AppData\Roaming\npm\node_modules\bottlejack\node_modules\arg\index.js:98:13) at parseArgumentsIntoOptions (C:\Users\aefar\AppData\Roaming\npm\node_modules\bottlejack\src\cli.js:10:16) at Proxy.cli (C:\Users\aefar\AppData\Roaming\npm\node_modules\bottlejack\src\cli.js:63:17) at Object. (C:\Users\aefar\AppData\Roaming\npm\node_modules\bottlejack\bin\bottlejack:4:23) at Module._compile (internal/modules/cjs/loader.js:1068:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1097:10) at Module.load (internal/modules/cjs/loader.js:933:32) at Function.Module._load (internal/modules/cjs/loader.js:774:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 (Use node --trace-warnings ... to show where the warning was created) (node:17244) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) (node:17244) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. C:\Users\aefar\DataJournalismStuff>

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jsoma/bottlejack/issues/17, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAXHFU22VCWDJFZYBTS63DTQPPTJANCNFSM453LSWLQ .