kevva / wifi-password

Get current wifi password
MIT License
618 stars 54 forks source link

Cannot read property 'indexOf' of undefined #14

Open lai32290 opened 8 years ago

lai32290 commented 8 years ago

I'm using WIndows x64, and Node 4.4.7.

When I using CLI, is returning fallowing error for me.

$ wifi-password TypeError: Cannot read property 'indexOf' of undefined at C:\Users\myUser\AppData\Roaming\npm\node_modules\wifi-password\cli.js18:18 at process.tickCallback (node.js369.9)

kevva commented 8 years ago

That one is weird. Basically it means you're getting an error but err.message is undefined.