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
{{ message }}
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.
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>
The text was updated successfully, but these errors were encountered:
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.<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>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#17>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAXHFU22VCWDJFZYBTS63DTQPPTJANCNFSM453LSWLQ>
.
Issue with checking the version number after attempting to update. Had the manually remove program and re-download. Error below:
The text was updated successfully, but these errors were encountered: