Omkar Pawar
Omkar Pawar
go to public folder by clicking packages>react-app>public>index.html in gitub link. copy the code of tailwind scripts and paste it in your index.html file.
Just delete the node modules and install them again. Also make sure that all liveblocks dependencies in package.json should be of same version. It will fix the issue.
try copying and pasting the package.json file of this repo and then run npm install
i had the same error. the last thing i did is that i cloned this repo and replaced my env.local file with my secret key and auth keys
bro i told you to clone becoz the peer dependencies will be installed as in the original repo of video just like the instructor did and the packages required will...
> now at last, i got this error `Clerk - DEPRECATION WARNING: "clerkClient singleton" is deprecated and will be removed in the next major release. Use `clerkClient()` as a function...
 see this my one is running well now
Exactly i had did the same too. My one got resolved during the first attempt when i was writing the code.