Emeka Obianom
Emeka Obianom

Reputation: 1794

Error : app-scripts serve unexpectedly failed.settings in ionic3

I just encountered this error while running the command ionic serve on my ionic 3 project.

[ERROR] app-scripts serve unexpectedly failed.settings: undefinedcontext: [object Object]

I need a quick fix cos my app failed to build.

Upvotes: 1

Views: 1049

Answers (2)

Emeka Obianom
Emeka Obianom

Reputation: 1794

I ran into an article that suggested that I run this command

npm run ionic:serve

and it worked like charm.

Upvotes: 5

Duy Nguyễn
Duy Nguyễn

Reputation: 1

you should rename you project-folder's name, run ionic serve then rename it back and run ionic serve again. I don't know why it work, maybe the cache of apache server was saving some temporary data that can't delete because it defined that the project is still running (just my opinion).

Upvotes: 0

Related Questions