-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
https://unpkg.com/@tailwindcss/[email protected]/dist/index.mjs contains
import{createJiti as Xl}from"jiti"However, jiti is not in dependencies of @tailwindcss/cli:
"dependencies": {
"@parcel/watcher": "^2.5.1",
"enhanced-resolve": "^5.18.1",
"mri": "^1.2.0",
"picocolors": "^1.1.1",
"@tailwindcss/node": "4.1.0",
"@tailwindcss/oxide": "4.1.0",
"tailwindcss": "4.1.0"
},
Granted, @tailwindcss/node does have jiti as a dependency.
But my monorepo does have a different version of jiti which is on version 1.x, which means the unintended version was resolved.
My suggestion is to add it as an explicit dependency and pin the version for robustness.
Metadata
Metadata
Assignees
Labels
No labels