Even though to just make it sure , instead of resolver.json file content , i simply removed the whole content and just kept curly braces open and closed, if there would be any content issue in resolver.json.
despite that as well ,it is showing the same error.
@miteshu, you use invalid quotes, “ and ”, which are hard to spot without using a linting tool. They could have been introduced by your editor. Below is the correct JSON. Do beware that copying and pasting could break it by the editor you use. You might want to check its settings or use a different editor.
I further played with this JSON and observed some behavior.
The reason why my earlier pasted JSON was showing error , is because , when we directly copy this JSON text from browser and try to validate then browser appends some character and due to which it shows below error.
Once again, i would be thankful of yours, if you can email that file , so that i can proceed further.
Also i would also like to update you that since this is the JSON issue, so just to cross check our content i just placed an empty file which doesn’t have any content inside it and it just have open and close curly braces.
like below
{
}
atleast above JSON file shouldn’t be giving JSON related error, but despite keeping like this , still i am facing the same issue.