npm / uid-number

Convert a username/group name to a uid/gid number

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: cb is not a function

knoxcard opened this issue · comments

C:\indospace.io\services\node_modules\uid-number\uid-number.js:16
  if (!uidSupport) return cb()
                          ^

TypeError: cb is not a function
    at uidNumber (C:\indospace.io\services\node_modules\uid-number\uid-number.js:16:27)

My bad, I was running node app inside of my windows node JS environment, not my Windows Bash console. lol