Error code

Node.js ERR_MISSING_ARGS

NODE.JSERR_MISSING_ARGS
Runtime Error Code· An error code from a programming runtime or package manager, like Node.js or npm.

What it means

A required argument was omitted from a Node.js API call.

How to fix it

  1. Add the missing argument(s) as required by the function signature.
  2. Check the Node.js documentation for the function's parameter list.

Not affiliated with Node.js. Answer summarized from the manufacturer's manual linked above; consult that source for the authoritative procedure.