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
but it did not work. I keep getting the following error
TypeError: String.prototype.split called on null or undefined
at split (<anonymous>)
at travel (file:///Users/allanoricil/nrg-cli/node_modules/inquirer/lib/ui/prompt.js:19:10)
at Object.get (file:///Users/allanoricil/nrg-cli/node_modules/inquirer/lib/ui/prompt.js:26:20)
at PromptUI.filterIfRunnable (file:///Users/allanoricil/nrg-cli/node_modules/inquirer/lib/ui/prompt.js:158:9)
at doInnerSub (/Users/allanoricil/nrg-cli/node_modules/rxjs/dist/cjs/internal/operators/mergeInternals.js:22:31)
at outerNext (/Users/allanoricil/nrg-cli/node_modules/rxjs/dist/cjs/internal/operators/mergeInternals.js:17:70)
at OperatorSubscriber._this._next (/Users/allanoricil/nrg-cli/node_modules/rxjs/dist/cjs/internal/operators/OperatorSubscriber.js:33:21)
at Subscriber.next (/Users/allanoricil/nrg-cli/node_modules/rxjs/dist/cjs/internal/Subscriber.js:51:18)
at /Users/allanoricil/nrg-cli/node_modules/rxjs/dist/cjs/internal/operators/mergeInternals.js:28:28
at OperatorSubscriber._this._next (/Users/allanoricil/nrg-cli/node_modules/rxjs/dist/cjs/internal/operators/OperatorSubscriber.js:33:21)
Waiting for the debugger to disconnect...
This debugger views show what happens after await promptBypass. Look at the values displayed in the debugger
This debugger view show the internal execution of the promptBypass.
In your tests, after calling promptBypass, you verify the input values of each bypassed prompt, for example:
However, in the run I shared above, it is clear that there is no "input" property in the bypassed prompt, inside bypassAnswers, which is equivalent to your bypassTwo. So, what is going wrong?
I tried node-plop
await generator.runPrompts(["projectName"])
, wherebut it did not work. I keep getting the following error
This debugger views show what happens after
await promptBypass
. Look at the values displayed in the debuggerThis debugger view show the internal execution of the
promptBypass
.In your tests, after calling
promptBypass
, you verify the input values of each bypassed prompt, for example:However, in the run I shared above, it is clear that there is no "input" property in the bypassed prompt, inside
bypassAnswers
, which is equivalent to yourbypassTwo
. So, what is going wrong?I'm using
[email protected]
and[email protected]
The text was updated successfully, but these errors were encountered: