I am not very new to ionic framework. I used to develop small applications. But suddenly some unknown reason I am not able to run any of my application now. I have even created a 'blank' project and tried to run application using 'ionic serve' command. It loads nothing in the browser (chrome). I have found the following error in the console log.
GET http://localhost:8100/lib/ionic/css/ionic.css net::ERR_CONNECTION_RESET
(index):51 GET http://localhost:8100/lib/ionic/js/ionic.bundle.js net::ERR_CONNECTION_RESET
app.js:8 Uncaught ReferenceError: angular is not defined
controllers.js:1 Uncaught ReferenceError: angular is not defined
services.js:1 Uncaught ReferenceError: angular is not defined
and also the I have found something like javascript.js failed load error in network tab
I have tried to ran the application in chrome,chrome canary & incognito windows. I have even uninstalled the ionic/clear the cache and installed everything again but results were same.
I am using the following stack: node : v0.12.2 ionic: 1.3.18 cordova: 4.3.0
Can some one please let me know what could be went wrong? and what else I should try?