feross / spoof

Easily spoof your MAC address in macOS, Windows, & Linux!
https://feross.org/spoofmac/
MIT License
1.78k stars 99 forks source link

Does not work on OSX with nodejs 0.11.11, 0.11.12 works. #1

Closed sboesen closed 10 years ago

sboesen commented 10 years ago

Hello! I can try again and paste output if necessary, but I got

Error: Object # has no method 'execSync'

when doing "spoof list" using nodes 0.11.11.

Thanks!

feross commented 10 years ago

The execSync method was added in 0.11.12, so you have to use the latest. Maybe I can look into supporting older node versions.

feross commented 10 years ago

Okay, I just published a new version (0.4.0) that supports node 0.10 using the execSync module. However, it looks like node 0.11.11 is still not supported because that module doesn't build on 0.11.

So, either use node 0.10 or 0.11 (latest, 0.11.12).

sboesen commented 10 years ago

Great! Thanks! :+1: