T
TanStack4w ago
vicious-gold

Tailwind is installed even though I selected not to use tailwind with `pnpm create`

When I set up Start project with pnpm create @tanstack/start@latest and select not to use tailwind, tailwind is insalled. Prompt
❯ pnpm create @tanstack/start@latest
.../19a38ab0b1f-4a01 | +332 +++++++++++++++++++++++++++++++++
.../19a38ab0b1f-4a01 | Progress: resolved 399, reused 307, downloaded 25, added 332, done
┌ Let's configure your TanStack Start application

◇ What would you like to name your project?
│ demo

◇ Would you like to use Tailwind CSS?
│ No

◇ Select toolchain
│ None

◇ What add-ons would you like for your project?
│ none

◇ Would you like any examples?
│ none

◇ Initialized git repository

◇ Installed dependencies

└ Your TanStack Start app is ready in 'demo'.

Use the following commands to start your app:
% cd demo
% pnpm dev

Please check the README.md for information on testing, styling, adding routes, etc.


~/priv/playground 40s
❯ cd demo

~/priv/playground/demo main*
❯ ls
node_modules package.json pnpm-lock.yaml public README.md src tsconfig.json vite.config.ts

~/priv/playground/demo main*
❯ pnpm ls "*tailwind*"
Legend: production dependency, optional only, dev only

demo /Users/******/priv/playground/demo (PRIVATE)

dependencies:
@tailwindcss/vite 4.1.16
tailwindcss 4.1.16
❯ pnpm create @tanstack/start@latest
.../19a38ab0b1f-4a01 | +332 +++++++++++++++++++++++++++++++++
.../19a38ab0b1f-4a01 | Progress: resolved 399, reused 307, downloaded 25, added 332, done
┌ Let's configure your TanStack Start application

◇ What would you like to name your project?
│ demo

◇ Would you like to use Tailwind CSS?
│ No

◇ Select toolchain
│ None

◇ What add-ons would you like for your project?
│ none

◇ Would you like any examples?
│ none

◇ Initialized git repository

◇ Installed dependencies

└ Your TanStack Start app is ready in 'demo'.

Use the following commands to start your app:
% cd demo
% pnpm dev

Please check the README.md for information on testing, styling, adding routes, etc.


~/priv/playground 40s
❯ cd demo

~/priv/playground/demo main*
❯ ls
node_modules package.json pnpm-lock.yaml public README.md src tsconfig.json vite.config.ts

~/priv/playground/demo main*
❯ pnpm ls "*tailwind*"
Legend: production dependency, optional only, dev only

demo /Users/******/priv/playground/demo (PRIVATE)

dependencies:
@tailwindcss/vite 4.1.16
tailwindcss 4.1.16
1 Reply

Did you find this page helpful?