when i build cordova project it working fine. output also shown.But, after few minutes later it shows this error
Error: Failed to fetch platform cordo
Remove the platform which you try to run on it (browser, ios, android, and etc.)
For example (run cmd, locate to your project folder and type):
cordova platform rm browser
Add the platform again
cordova platform add browser
You can run
cordova run browser