How to resolve the ionic problem "is not valid JSON format"
The config file (~\.ionic\config.json) is not valid JSON format.
Whenever you are developing an app, The JSON errors in the file and ionic serve is not starting your project.
Steps To Remove the "not Valid JSON format".
- Go to "C:\Users\Pc username\.ionic".
- Simply Delete all files.
- Now start is again in the project directory - command is "ionic serve".
Comments
Post a Comment