Usually it crashes permanently when running the emulator. To make sure your ionic-cli is installed perfectly, please do the following:
-
Go to drive
d:
and press enterd:
-
Create a blank project, using the command:
ionic start "TestApp" blank --project-id="test-app" --type=angular --cordova
-
Are you sure you want to continue?, type y
y
-
Create free Ionic account?
No
-
Go to the folder you just created:
cd ./test-app
-
Then try to install
ionic-native
core:npm install @awesome-cordova-plugins/core@latest --save
-
Then try to run emulator
ionic serve
If the emulator doesn't work, it means there was an error installing your ionic-cli or nodejs. Please re-install your NodeJS and Ionic-CLI.
Last edit: 2023-05-08 09:46:14