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
I had a similar issue:
Assertion `args[1]->IsString()' failed. A utility CLI has unexpectedly closed
Assertion `args[1]->IsString()' failed.
A utility CLI has unexpectedly closed
I fixed that by installing natives lib through npm:
npm i natives