Maky

Results 5 comments of Maky

@jwentling78 I used yarn to install my dependencies and I didn't get any error like that. I haven't tried a install with npm. Perhaps check you node version. I'm using...

> Its work for me > > To dynamically load a component on the client side, you can use the ssr option to disable server-rendering. This is useful if an...

Using yarn v1: adding `"resolution": { "@types/react": "17.0.2" -> this is my version }` I deleted package-lock.json and then yarn add and yarn build and it works perfectly now.

I'm using yarn for my project and when I use `npx shadcn-ui init` and `npx shadcn-ui add button`, it creates a package-lock.json. ![image](https://user-images.githubusercontent.com/65879341/232941975-9b1cadb1-40a0-4add-87fa-e71894ba1005.png)

@AdityaPainuli are you planning to use https://next-auth.js.org/ for auth?