Build failed

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, ’

There’s not enough info here for us to see what’s causing the error. We have another post with suggested details to include.

Please take a look and then add whatever you can here to help the rest of us see what’s going wrong

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.

I hope that makes sense!