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
So, at work, we have been talking to migrate from our exisitng Project / Process management tool to different alternatives. Huly came to our mind and we started experimenting with it. Later, we prepared a json. While we are aware that the documentation suggests to prepare a data directory with markdown files, we wonder why this command would give the following error.
/usr/src/app/bundle.js:109837
throw new Error(
^
Error: option creation failed due to '-pw'in option flags '-pw, --password <password>'
- a short flag is a single dash and a single character
- either use a single dash and a single character (for a short flag)
- or use a double dash for a long option (and can have two, like '--ws, --workspace')
at splitOptionFlags (/usr/src/app/bundle.js:109837:17)
at new Option (/usr/src/app/bundle.js:109564:29)
at _Command.createOption (/usr/src/app/bundle.js:110445:16)
at _Command._optionEx (/usr/src/app/bundle.js:110575:29)
at _Command.requiredOption (/usr/src/app/bundle.js:110628:21)
at importTool (/usr/src/app/bundle.js:146694:183)
at Object.<anonymous> (/usr/src/app/bundle.js:146748:1)
at Module._compile (node:internal/modules/cjs/loader:1706:14)
at Object..js (node:internal/modules/cjs/loader:1839:10)
at Module.load (node:internal/modules/cjs/loader:1441:32)
at Function._load (node:internal/modules/cjs/loader:1263:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:171:5)
at node:internal/main/run_main_module:36:49
Node.js v22.19.0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
So, at work, we have been talking to migrate from our exisitng Project / Process management tool to different alternatives. Huly came to our mind and we started experimenting with it. Later, we prepared a json. While we are aware that the documentation suggests to prepare a data directory with markdown files, we wonder why this command would give the following error.
/usr/src/app/bundle.js:109837 throw new Error( ^ Error: option creation failed due to '-pw' in option flags '-pw, --password <password>' - a short flag is a single dash and a single character - either use a single dash and a single character (for a short flag) - or use a double dash for a long option (and can have two, like '--ws, --workspace') at splitOptionFlags (/usr/src/app/bundle.js:109837:17) at new Option (/usr/src/app/bundle.js:109564:29) at _Command.createOption (/usr/src/app/bundle.js:110445:16) at _Command._optionEx (/usr/src/app/bundle.js:110575:29) at _Command.requiredOption (/usr/src/app/bundle.js:110628:21) at importTool (/usr/src/app/bundle.js:146694:183) at Object.<anonymous> (/usr/src/app/bundle.js:146748:1) at Module._compile (node:internal/modules/cjs/loader:1706:14) at Object..js (node:internal/modules/cjs/loader:1839:10) at Module.load (node:internal/modules/cjs/loader:1441:32) at Function._load (node:internal/modules/cjs/loader:1263:12) at TracingChannel.traceSync (node:diagnostics_channel:322:14) at wrapModuleLoad (node:internal/modules/cjs/loader:237:24) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:171:5) at node:internal/main/run_main_module:36:49 Node.js v22.19.0Beta Was this translation helpful? Give feedback.
All reactions