Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.6.20 doesn't create tailwind.config.ts #1671

Closed
dhust opened this issue Feb 7, 2025 · 1 comment
Closed

0.6.20 doesn't create tailwind.config.ts #1671

dhust opened this issue Feb 7, 2025 · 1 comment

Comments

@dhust
Copy link

dhust commented Feb 7, 2025

Describe the bug

Using the installation process I get a message stating that tailwind.config.ts doesn't exist. It seems that Svelte CLI 0.6.20 is trying to use Tailwindcss 4.0.0.

If I use [email protected] everything works as usual.
npx [email protected] create my-app
npx [email protected] add tailwindcss

Reproduction

Do the installation process and when you get to npx shadcn-svelte@next init it states that tailwind.config.ts doesn't exist.

Logs

System Info

System:
    OS: Windows 10 10.0.19045
    CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
    Memory: 4.76 GB / 15.88 GB
  Binaries:
    Node: 20.8.1 - C:\Program Files\nodejs\node.EXE       
    npm: 10.1.0 - C:\Program Files\nodejs\npm.CMD
  Browsers:
    Edge: Chromium (128.0.2739.79)
    Internet Explorer: 11.0.19041.4355
  npmPackages:
    @sveltejs/kit: ^2.16.0 => 2.17.1
    svelte: ^5.0.0 => 5.19.9

Severity

blocking all usage of shadcn-svelte

@ieedan
Copy link
Contributor

ieedan commented Feb 7, 2025

svelte/cli just updated to tailwind v4 @huntabyte I think Skeleton is just pinning the latest v3 version in their docs until they support v4? Should we do the same?

sveltejs/cli#422 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants