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
TypeError: next.match is not a function
at parse (D:\yargs-parser\node_modules\yargs-parser\index.js:193:42)
at Parser (D:\yargs-parser\node_modules\yargs-parser\index.js:901:16)
The opposite - converting number into string works fine:
args=parse(['--p','2']);// { _: [], p: 2 }
The text was updated successfully, but these errors were encountered:
Results in:
The opposite - converting
number
intostring
works fine:The text was updated successfully, but these errors were encountered: