Getting this error when I try ionic serve
The error is about missing some js files…I am using type script and I can see the ts file…
The errors details
> ionic-app-base@ ionic:serve C:\Projects\kidsTokens
> ionic-app-scripts serve "--v2" "--address" "0.0.0.0" "--port" "8100" "--livereload-port" "35729"
keywords if/then/else require v5 option
[22:04:05] ionic-app-scripts 0.0.48
[22:04:05] watch started ...
[22:04:05] build dev started ...
[22:04:05] clean started ...
[22:04:05] clean finished in 9 ms
[22:04:05] copy started ...
[22:04:05] transpile started ...
[22:04:09] transpile finished in 3.46 s
[22:04:09] webpack started ...
[22:04:09] copy finished in 3.59 s
(node:7612) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: ENOENT: no such file
or directory, open 'C:\Projects\kidsTokens\src\pages\task\taskInfo.js'
(node:7612) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are
not handled will terminate the Node.js process with a non-zero exit code.
(node:7612) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: ENOENT: no such file
or directory, open 'C:\Projects\kidsTokens\src\pages\task\taskInfo.js.map'
(node:7612) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3): Error: ENOENT: no such file
or directory, open 'C:\Projects\kidsTokens\src\pages\child\childInfo.js'
(node:7612) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 4): Error: ENOENT: no such file
or directory, open 'C:\Projects\kidsTokens\src\pages\child\childInfo.js.map'
[22:04:17] webpack finished in 7.95 s
[22:04:17] sass started ...
[22:04:18] sass finished in 1.15 s
[22:04:18] build dev finished in 12.59 s
[22:04:18] watch ready in 12.67 s
[22:04:18] dev server running: http://localhost:8100/
System information
Your system information:
ordova CLI: 6.4.0
Ionic Framework Version: 2.0.0-rc.4
Ionic CLI Version: 2.1.18
Ionic App Lib Version: 2.1.9
Ionic App Scripts Version: 0.0.48
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Windows 10
Node Version: v7.3.0
Xcode version: Not installed
Any advice please