You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to import this package into a typescript Node.js project. I have seen the section on the README about editions, but I can't select other editions when importing. I have tried the following, to no avail:
importgetMACfrom'getmac';
Results in Could not find a declaration file for module 'getmac'.
importgetMACfrom'getmac/source/index.ts';
Results in Cannot find module 'getmac/source/index.ts' or its corresponding type declarations
Do you have any suggestions or ideas about why I cannot import this? Thank you.
The text was updated successfully, but these errors were encountered:
I am trying to import this package into a typescript Node.js project. I have seen the section on the README about editions, but I can't select other editions when importing. I have tried the following, to no avail:
Results in
Could not find a declaration file for module 'getmac'.
Results in
Cannot find module 'getmac/source/index.ts' or its corresponding type declarations
Do you have any suggestions or ideas about why I cannot import this? Thank you.
The text was updated successfully, but these errors were encountered: