Skip to content

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

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 1 reply

Comment options

You must be logged in to vote
1 reply
@aungchanpyae3
Comment options

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