Skip to content

Peer Dependency Conflicts between react and zustand when upgrade to next15 stable version. #2843

Answered by ghost
ghost asked this question in General
Discussion options

You must be logged in to vote

hi, thanks for your response and it was solved by adding command in vercel.json or just use pnpm

  "builds": [
    {
      "src": "package.json",
      "use": "@vercel/next",
      "config": {
        "installCommand": "npm install --legacy-peer-deps"
      }
    }
  ]
}

so i guess that i have to wait react 19 stable version.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ghost
Comment options

Answer selected
@Xvariate
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants