Skip to content

tailwind cli depends on picocolors #19326

@davesnx

Description

@davesnx

What version of Tailwind CSS are you using?

≈ tailwindcss v4.1.4

What build tool (or framework if it abstracts the build tool) are you using?

None

What version of Node.js are you using?

v22.19.0

What operating system are you using?

macOS

Reproduction

mkdir tailwind-bug-pico
cd tailwind-bug-pico
npm install tailwindcss @tailwindcss/cli
ls node_modules/@tailwindcss/cli/dist/
cat node_modules/@tailwindcss/cli/dist/index.mjs | grep "picocolors"

Describe your issue

I would like not to have any dependency in the standalone version (I believe it was true in previous versions 4.x), so I can run it without a node env

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions