node-machine-id
node-machine-id copied to clipboard
Unique machine (desktop) id (no admin privileges required)
``` Error while obtaining machine id: Error: Command failed: ioreg -rd1 -c IOPlatformExpertDevice at ChildProcess.exithandler (node:child_process:406:12) at ChildProcess.emit (node:events:390:28) at maybeClose (node:internal/child_process:1064:16) at Socket. (node:internal/child_process:450:11) at Socket.emit (node:events:390:28) at Pipe....
Signed-off-by: Sebastian Malton fixes #56 Changes: - changing the code to be typescript - updating the package.json to reflect that change. - Fix the list and test scripts to run...
I use node-machine-id in an Electron app that is packages with ASAR. I see users who can't get the machine ID in their app. My error log includes this message:...
I have used the both sync and async version of function , but no luck in getting Machine Id . Getting the error as mentioned in title at the time...
Error: Error while obtaining machine id: Error: Command failed: %windir%\System32\REG.exe QUERY HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography /v MachineGuid ����: ϵͳ�Ҳ���ָ����ע������ֵ�� at ChildProcess.exithandler (child_process.js:312) at ChildProcess.emit (events.js:315) at maybeClose (internal/child_process.js:1021) at Process.ChildProcess._handle.onexit (internal/child_process.js:286) at chunk-5ac52539.df366d92.js:1...
I am having lots of errors on Windows (App not loading properly) and after some digging, the error happens to be from this library that relies on running regedit in...
I'm using this module for licensing my electron app. It's worked great, but a user just pointed out that they can run unlimited copies of my app on a Remote...
i get this error while using it with electron and react `TypeError: (0 , p.exec) is not a function` any ideas whats wrong?
When I implement this package on Angular Electron from https://github.com/maximegris/angular-electron, I get the same error of issue #29, but I am using Angular not Vue.js. I already tried verify if...