>
> $ cordova-splash
>
> Checking Project & Splash
>
> ✓ platforms found: android
> ✓ splash.png exists
> ✓ config.xml exists
>
> Generating splash screen for Android
>
> events.js:85
> throw er; // Unhandled 'error' event
> ^
> Error: spawn ENOENT
at errnoException (child_process.js:980:11)
at Process.ChildProcess._handle.onexit (child_process.js:771:34)
I think You had some old splash screen configurations in config.xml. These were pointing to non-existent directories.so try to remove the old splash screen config lines, which probably will have fixed it. also try to close your terminal window and then reopen it after installing any module. (as @Furqan mentioned the imagemagick module which you probably missing).