getMac npm angular cli
Я установил это:
npm install --save getmac
и вставьте в мой home.components.ts этот код
import getMAC, { isMAC } from 'getmac';
и в ngOnInit этот текст кода:
console.log(getMAC());
Ошибка консоли:
core.js:5873 ERROR Error: failed to get the MAC address
at getMAC (index.js:37)
at HomeComponent.ngOnInit (home.component.ts:15)
at callHook (core.js:3937)
at callHooks (core.js:3901)
at executeInitAndCheckHooks (core.js:3842)
at refreshView (core.js:11795)
at refreshDynamicEmbeddedViews (core.js:13142)
at refreshView (core.js:11800)
at refreshComponent (core.js:13217)
at refreshChildComponents (core.js:11508)
Где я не прав?