node-userid
node-userid copied to clipboard
A small native module to lookup uid and gid information in node.js
BSD has the getgrouplist function in unistd, even it's may not on every BSD the same. https://www.freebsd.org/cgi/man.cgi?query=getgrouplist&sektion=3&apropos=0&manpath=freebsd Tested with TrueOS-Server-2016-08-31-x64
OpenSUSE
The userid dont work on openSUSE
Fixes https://github.com/jandre/node-userid/issues/21.
When installing the latest version of userid (0.2.0), an out-of-date version of mocha gets installed, which results in these 3 errors: ``` npm WARN deprecated [email protected]: to-iso-string has been deprecated,...
Hello, I'm trying to use your userid module (latest 0.2.0) with node version v4.1.2, npm version 2.14.4 and nvm version 0.32.0. I get the following errors: `module.js:356 Module._extensions[extension](this, filename); ^...
This package is now incompatible with node 12. An update would be awesome!
On [email protected] with macOS 10.14.4 (18E226) ``` remod 🔥 yarn install yarn install v1.16.0 [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... [3/4] 🔗 Linking dependencies... [4/4] 🔨 Building fresh...
@jandre, there are many pending pull requests here. I have reached out to npm about taking over this package and merging the pending pull requests. If we don't hear from...
When I include the module I get the following error: node_modules/userid/build/Release/userid.node: undefined symbol: node_module_register It happens after this line: var _userid = require(path.join(__dirname, '../build/Release/userid.node')); I am using node v4.1.2 Help...
module.js:460 return process.dlopen(module, path._makeLong(filename)); ^ Error: Module version mismatch. Expected 46, got 47. at Error (native) at Object.Module._extensions..node (module.js:460:18) at Module.load (module.js:356:32) at Function.Module._load (module.js:313:12) at Module.require (module.js:366:17) at require...