burnstony#1975
burnstony#19756mo ago

versions of clerk-react and convex

Package everwhz@workspace:. is requested to provide react by its descendants everwhz@workspace:. ├─ clerk-react@npm:0.1.9 [a2c86] (via ^16.8.0) └─ convex@npm:1.12.2 [a2c86] (via ^17.0.2 || ^18.0.0) what versions of clerk-react should be used with convex?
3 Replies
burnstony#1975
burnstony#1975OP6mo ago
react is listed by your project with version 18.2.0 (pc9671), which doesn't satisfy what clerk-react and other dependencies request (but they have non-overlapping ranges!).
Michal Srb
Michal Srb6mo ago
https://www.npmjs.com/package/@clerk/clerk-react?activeTab=code any v4 or v5 should work. It looks like you're on some ancient Clerk version?
npm
@clerk/clerk-react
Clerk React library. Latest version: 5.2.5, last published: 7 days ago. Start using @clerk/clerk-react in your project by running npm i @clerk/clerk-react. There are 15 other projects in the npm registry using @clerk/clerk-react.
burnstony#1975
burnstony#1975OP6mo ago
oops, I had added clerk-react which is apparently different than clerk/clerk-react "dependencies": { ... "clerk-react": "^0.1.9", no problem with "dependencies": { ... "@clerk/clerk-react": "^5.2.4",` Thanks