Ionic build/run throws "Error: Unexpected token in JSON at position 0"

Solution from this SO link worked for me. :slight_smile:

In short:
check package.json and plugins/fetch.json files manually for any errors.

i did the same
still same issue

Worked for me :slight_smile: Thanks

Thanks work for me to !!!

Thanks @naveentere7
it is worked for me. When I run:
ionic cordova platform add ios
I had take a syntaxerror:
... Unexpected token } in JSON at position ...
And I found it in plugins/fetch.json file. :+1:

It worked man. Thank you very much

Worked for me !!
Thaaaaankss