@pugsly I think I have managed to replicate your error.
Could you run the following command.
(cd /home/pi/MagicMirror/modules/MMM-NetworkScanner && npm install)
npm install needs running from the module directory so that it downloads the npm ping module. When I delete the ping module I get the error you do, and when I run the command above the error goes away.