Not working in Ubuntu Bash on Windows
See original GitHub issueUsing it on Windows Subsystem for Linux gives this error:
> macaddress.one(function (err, mac) {console.log("Mac address for this host: %s", mac);});
Error: EINVAL: invalid argument, uv_interface_addresses
at Error (native)
at Object.lib.networkInterfaces (/mnt/c/.../node_modules/macaddress/index.js:31:21)
at Object.lib.one (/mnt/c/.../node_modules/macaddress/index.js:79:26)
Issue Analytics
- State:
- Created 7 years ago
- Reactions:7
- Comments:6
Top Results From Across the Web
Bash on Ubuntu on Windows not starting - Stack Overflow
Be sure that WSL (Windows Subsystem Linux) is checked/installed and your computer had a proper restart: {⊞START} → type " features " (ensure...
Read more >Troubleshooting Windows Subsystem for Linux | Microsoft Learn
Provides detailed information about common errors and issues people run into while running Linux on the Windows Subsystem for Linux.
Read more >WSL Bash doesn't start - windows 10 - Super User
Try to do a full reboot of Windows10, hold Shift , and click “Restart.” Normal reboot/shutdown action in the start menu will not...
Read more >Bash script not working in Ubuntu in Windows 10
Maybe /bin/bash is not in your Ubuntu terminal path. You can check this by env command. Try adding #! /bin/bash to the very...
Read more >How to Enable Bash in Windows 10 - Linux Hint
This error occurs due to the “Windows Subsystem for Linux” not running on the C drive, which is Windows's system drive. To address...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@laggingreflex this looks to be a Bash on Windows issue -> https://github.com/Microsoft/BashOnWindows/issues/468
It seems either Webpack or Babel (or one of their nested dependencies) depend on this as well, so they’re failing too…