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
OS: Windows 10 Pro Insider Preview
Build: 14352.rs1_release.160522-1930
erock@EROCK-WIN:/mnt/c/Users/Erock/$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.4 LTS
Release: 14.04
Codename: trusty
Node on Bash on Windows seems to fail when trying to access networkInterfaces
erock@EROCK-WIN:/mnt/c/Users/Erock/$ node
> var os = require('os');
undefined
> os.networkInterfaces();
Error: EINVAL: invalid argument, uv_interface_addresses
at Error (native)
at repl:1:4
at REPLServer.defaultEval (repl.js:272:27)
at bound (domain.js:280:14)
at REPLServer.runBound [as eval] (domain.js:293:12)
at REPLServer.<anonymous> (repl.js:441:10)
at emitOne (events.js:101:20)
at REPLServer.emit (events.js:188:7)
at REPLServer.Interface._onLine (readline.js:224:10)
at REPLServer.Interface._line (readline.js:566:8)
The text was updated successfully, but these errors were encountered:
mscdex
added
os
Issues and PRs related to the os subsystem.
windows
Issues and PRs related to the Windows platform.
labels
Jun 4, 2016
OS: Windows 10 Pro Insider Preview
Build: 14352.rs1_release.160522-1930
Node on Bash on Windows seems to fail when trying to access networkInterfaces
The text was updated successfully, but these errors were encountered: