npm / uid-number

Convert a username/group name to a uid/gid number
ISC License
18 stars 7 forks source link

TypeError: cb is not a function #8

Closed knoxcard closed 5 years ago

knoxcard commented 5 years ago
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)
knoxcard commented 5 years ago

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