Unexpected end of JSON Input Error after installing nRFConnect for Desktop

Hello

I tried to install nRFConnect for Desktop, the latest version When I try to launch Toolchain Manager, I get an error "Unexpected end of JSON Input" error message. I am using windows 10 and also I tried the old version but didn't accept installing it.

Thank you

Parents Reply
  • Could you maybe try creating a json file in the path earlier mentioned, with the same name, with the following contents?

    {
    	"isFirstInstall": false,
    	"currentPane": 0,
    	"installDir": "C:\\NCS",
    	"showVsCodeDialogDuringInstall": false,
    	"hideOlderEnvironments": false
    }

    This is what is in my file on my computer, but you should replace your path instead in the "installDir".

    Regards,

    Priyanka

Children
Related