Unable to run Shadcn www locally #6039
Closed
Chukwu3meka
started this conversation in
General
Replies: 2 comments 3 replies
-
I also get this warning after running |
Beta Was this translation helpful? Give feedback.
3 replies
-
Aside the initial |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After cloning Shadcn and installing packages it compiles successfully, I can view the home page, Blocks, Themes, Colors. etc. Once I try to open docs or components I get this error
Module not found: Can't resolve 'contentlayer/generated'
.` ⨯ ./components/framework-docs.tsx:5:1
Module not found: Can't resolve 'contentlayer/generated'
3 | import * as React from "react"
4 | // import { allDocs } from "contentlayer/generated"
https://nextjs.org/docs/messages/module-not-found`
Beta Was this translation helpful? Give feedback.
All reactions