Maky

Results 8 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?

@mxkaske would you prefer to use pnpm workspaces or turborepo for the monorepo? I'd love to tackle this issues

Awesome, I'll start working on it 🏎️

Yes I started working on it but I haven't done much, i'm using this as example for the monorepo: https://ui.shadcn.com/docs/monorepo, this is the current work i have so far: https://github.com/makyinmars/data-table-filters/tree/feat/turbo-repo