Expected comma json(514)

Solution 1:

Try to add "start": "next start"

"scripts": {
    "dev": "next dev -H 0.0.0.0",
    "build": "next build",
    "prettier": "prettier --write .",
    "start": "next start",
    "lint": "next lint"
  },