[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Discussions](/c/community/4) # Has anyone integrated Shadcn UI with SharePoint? 159 views · 1 like · 5 posts Bhagvan Reddy (@bhagvanreddysp-gmail) · 2024-10-30 I want to integraet shadcn-ui library into sharepoint framework . can you help us here? Amy Egan (@amyegan) · 2024-10-30 I've worked with SharePoint, but never used shadcn/ui with it. So I asked v0 for some ideas (https://v0.dev/chat/kmWiKzo89U0). It seems like it could be tricky with some potential conflicts. Is there a specific problem you ran into? Bhagvan Reddy (@bhagvanreddysp-gmail) · 2024-11-01 Thanks for the reply!. I am facing chalanges when i ran '**npx shadcn-ui@latest add card**' command. Below are the error details: npm ERR! code ENOENT npm ERR! syscall chmod npm ERR! path C:\Users\XYZ\AppData\Roaming\npm-cache\_npx\21808\node_modules\shadcn-ui\dist\index.js npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file or directory, chmod 'C:\Users\XYZ\AppData\Roaming\npm-cache\_npx\21808\node_modules\shadcn-ui\dist\index.js' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent Bhagvan Reddy (@bhagvanreddysp-gmail) · 2024-11-01 @amyegan : Thanks again. I am not using next js. will it be possible to integrate React alone with shadcn-ui instead of using next js?. we are using React with Spfx. Amy Egan (@amyegan) · 2024-11-05 · ♥ 1 The shadcn/ui docs have installation steps and app structuring instructions for multiple frameworks here: https://ui.shadcn.com/docs/installation I hope that helps!