Problem when install the shadcn #142758
-
npx shadcn@latest init Something went wrong. Please check the error below for more details. request to https://ui.shadcn.com/r/styles/new-york/utils.json failed, reason: read ECONNRESET If Install shadcn in vs code then this error will occurplease check this and give the proper solution on that And one more problem will occur when use first time install the next js then the error will occur so please check this and please support me what is the problem has occur |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
This comment was marked as off-topic.
This comment was marked as off-topic.
-
add this for the html tag in the root layout |
Beta Was this translation helpful? Give feedback.
add this for the html tag in the root layout
<html lang="en" suppressHydrationWarning>
at the opening of the html tag . This should fix it.