Replies: 3 comments
-
bro.. have got any solution ??? please notify me... i also facing the same issue |
Beta Was this translation helpful? Give feedback.
-
I got it working by creating
then install shadcn/ui using That also means, either |
Beta Was this translation helpful? Give feedback.
-
I got it working with follow the following steps Step 1 - Create Remix project with JavaScript using CLI command
Step 2 - create jsconfig.json in the root folder and add following code
Step 3 - Add path resolver to your vite.config.js file
Your vite.config.js file should look like this
Step 4 - Install shadcn-ui with running CLI command
Step 5 - Add shadcn-ui component for this example we are using Button component
Step 6 - Import any shadcn-ui button component or any other component in to your file
This it enjoy coding. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have manually create a Remix project without TypeScript.
then I encounter this error when trying to install shadcn/ui
It seems that shadcn/ui is looking for
tsconfig.json
. May I know how to install shadcn/ui without TypeScript?To reproduce this issue, extract the attached my-remix-app.tar.gz then,
Beta Was this translation helpful? Give feedback.
All reactions