I got this error when i run ionic serve The Ionic CLI will exit. Please check any output above for error details.
my ionic info
$ionic info Ionic: i
Try replacing the package.json scripts parts. Worked for me.
"scripts": { "build": "ionic build", "serve": "ionic build", "start": "npm run serve" },