Can’t parse json file /vercel/path0/package.json: Expected double-quoted property name in JSON at position 392 while parsing '{ “name”: “app”, “private”: true, ’
Can’t parse json file /vercel/path0/package.json: Expected double-quoted property name in JSON at position 392 while parsing '{ “name”: “app”, “private”: true, ’
I’m building a Crypto Currency converter website. The error appears to be related to the package.JSON file. I don’t know enough about the file to know what the error could be due to. I have loaded the file into Notepad and pasted it into the JSONLint site and it was validated. Can you help or if you have questions please ask.
Without seeing the file, the only thing the rest of us know for sure is that your project has a syntax error somewhere. Check for trailing commas, double commas, single quotes instead of double quotes, and invalid characters. Any of those could cause your parsing error.