Error SyntaxError: /opt/render/project/src/package.json: Unexpected string in JSON at position 226

While publishing the node project this error is showing how to fix it?


This error is showing in package-lock.json

Hi,

The error is saying there’s a syntax error with your package.json. Ensure it’s valid JSON, e.g. run it JSON validator.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.