DylanPiercey / local-devices

🔮 Find devices connected to the current local network.
MIT License
140 stars 27 forks source link

cp.exec is not a function error in line 107 in index.js #54

Closed velci123 closed 2 years ago

velci123 commented 2 years ago

Can anybody help me?

findDevicesInLocalNetwork() { const find = require('local-devices'); find().then(devices => { devices; }) }

DylanPiercey commented 2 years ago

Needs a reproduction or more info. cp.exec is a function in node.