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
executed with node filename.js firstArg second-arg-with-hyphens fails with Not enough non-option arguments: got 1, need at least 2. This failure occurs even when the value is quoted, like so: node filename.js firstArg "second-arg-with-hyphens"
The text was updated successfully, but these errors were encountered:
executed with
node filename.js firstArg second-arg-with-hyphens
fails withNot enough non-option arguments: got 1, need at least 2
. This failure occurs even when the value is quoted, like so:node filename.js firstArg "second-arg-with-hyphens"
The text was updated successfully, but these errors were encountered: