node-machine-id icon indicating copy to clipboard operation
node-machine-id copied to clipboard

Unique machine (desktop) id (no admin privileges required)

Results 28 node-machine-id issues
Sort by recently updated
recently updated
newest added

**Implementation** _customer-service.component.ts_ `import * as _ from 'node-machine-id';` ` ngOnInit(): void { console.log(_);} ` _package.json_ `, "browser":{ "child_process": false, "crypto": false }` **Error:** `Uncaught ReferenceError: process is not defined at...

### why Using **Termux** on Android, it acts the same as linux in most scenario, adding android support would be a must practice. ### how `getprop` command exists on every...

I need to log in my user based on this unique id. Does this help? Also does this work for mobile too? since users will use the website on mobile...

Many ids I get are 03000200-0400-0500-0006-000700080009, in all platform, who has any idea

### What Adds try-catch block to exec callback for machineId() ### Why A Promise has an implicit try-catch reject logic. However, the callback from `exec` is not handled by this...

any exceptions thrown from `expose` will cause `machineId` promise to not resolve. Promises have an implicit try-catch block, however this does not work for exceptions in the `exec` callback.

On importing import {machineId, machineIdSync} from 'node-machine-id' in app component then getting this error. Any work around for the same. ERROR in ./node_modules/node-machine-id/dist/index.js Module not found: Error: Can't resolve 'child_process'...

## What Specify the full path to the `ioreg` command on macOS so node-machine-id works properly regardless of the $PATH it's being run with. ## Why I just spent a...

If I use this module in program A and totally unrelated program B, does it return the same Machine ID for for the same machine? And if so, how is...