Error when run in command promopt
When I run cordova plugin add [email protected] in my command prompt, I get this error and the plugin is installed into my phonegap plugins folder.
Failed to install 'cordova-plugin-email-composer':Error: cmd: Command failed with exit code ENOENT at ChildProcess.whenDone (C:\Users\User\AppData\Roaming\npm\node_modules\c ordova\node_modules\cordova-common\src\superspawn.js:169:23) at emitOne (events.js:96:13) at ChildProcess.emit (events.js:188:7) at Process.ChildProcess._handle.onexit (internal/child_process.js:202:12) at onErrorNT (internal/child_process.js:348:16) at _combinedTickCallback (internal/process/next_tick.js:74:11) at process._tickCallback (internal/process/next_tick.js:98:9) at Module.runMain (module.js:577:11) at run (node.js:348:7) at startup (node.js:140:9) Error: cmd: Command failed with exit code ENOENT
How do I solve this error and what is causing this error?