there are errors in my ionic when i run ionic serve… please help me guys
Did you try npm i?
If it is also not working means, then copy the node_modules from some other working project and paste it in this project directory. Then it may work
I had the issue, solved by
To get the latest@ionic/app-scripts
, run the following command:
npm install @ionic/app-scripts@latest --save-dev
this is the result
What is your ionic info
output?
You are also only posting part of the error output. From the little I see: You are using a to new node version. Install the LTS version.