Search code examples
angularionic-frameworkionic2ionic3

ERROR @ionic/app-scripts is required for ionic serve to work properly


I have cloned the my old project and run npm install and after that i run ionic serve

And i found this error

[ERROR] @ionic/app-scripts is required for ionic serve to work properly.

Looks like @ionic/app-scripts isn't installed in this project.

This package is required for ionic serve in ionic/angular 4 projects.

Solution

  • enter image description here

    To solve the above issue following below commands :

    • npm install --rebuild
    • npm install node-sass --rebuild
    • npm install @ionic/app-scripts@latest --save