IONIC 2 Runtime Error with main.js

Error
 
Runtime Error
Module build failed: Error: ENOENT: no such file or directory, open 'F:\apachefriends\xampp\htdocs\angular2\ionic2\ionicframework\templates\blank\blank-template\src\app\main.js'
Stack
v@http://localhost:8100/build/polyfills.js:3:4862 @http://localhost:8100/build/main.js:73:7 __webpack_require__@http://localhost:8100/build/main.js:20:12 @http://localhost:8100/build/main.js:66:18 @http://localhost:8100/build/main.js:1:11
Ionic Framework: 2.2.0 Ionic Native: 2.4.1 Ionic App Scripts: 1.1.4 Angular Core: 2.4.8 Angular Compiler CLI: 2.4.8 Node: 7.7.3 OS Platform: Windows 10 Navigator Platform: Win32 User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0
 

THE SOLUTION:

if you are getting this error is because you have a symbolic link in your project. you need to run the ionic serve command from winthin the folder you created your project.

if you look at the image above, you will see the error is on  'F:\apachefriends\xampp\htdocs\angular2\ionic2\ionicframework\templates\blank\blank-template\src\app\main.js'

but i am running the ionic serve command from
'C:\apachefriends\xampp\htdocs\angular2\ionic2\ionicframework\templates\blank\blank-template\src\app\main.js'