{"record":{"id":"ac3b59a95ea092e2","repo":"DioxusLabs/dioxus","slug":"missing-tailwindcss","errorCode":null,"errorMessage":"Missing tailwindcss@{}","messagePattern":"Missing tailwindcss@(.+?)","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"packages/cli/src/tailwind.rs","lineNumber":162,"sourceCode":"        let proc = cmd\n            .arg(\"--input\")\n            .arg(input_path)\n            .arg(\"--output\")\n            .arg(output_path)\n            .args(watch.then_some(\"--watch\"))\n            .current_dir(manifest_dir)\n            .kill_on_drop(true)\n            .stdin(Stdio::piped())\n            .stdout(Stdio::null())\n            .stderr(Stdio::null())\n            .spawn()?;\n\n        Ok(proc)\n    }\n\n    pub fn get_binary_path(&self) -> anyhow::Result<PathBuf> {\n        if CliSettings::prefer_no_downloads() {\n            which::which(\"tailwindcss\").map_err(|_| anyhow!(\"Missing tailwindcss@{}\", self.version))\n        } else {\n            let installed_name = self.installed_bin_name();\n            let install_dir = self.install_dir()?;\n            Ok(install_dir.join(installed_name))\n        }\n    }\n\n    fn installed_bin_name(&self) -> &'static str {\n        if cfg!(windows) {\n            \"tailwindcss.exe\"\n        } else {\n            \"tailwindcss\"\n        }\n    }\n\n    async fn install_github(&self) -> anyhow::Result<()> {\n        tracing::debug!(\n            \"Attempting to install tailwindcss@{} from GitHub\",","sourceCodeStart":144,"sourceCodeEnd":180,"githubUrl":"https://github.com/DioxusLabs/dioxus/blob/24f6a829df0dfa203961a98ea4cae21c2ff27e28/packages/cli/src/tailwind.rs#L144-L180","documentation":"Failure of Tailwind::get_binary_path in no-download mode (CliSettings::prefer_no_downloads): which::which(\"tailwindcss\") found no system-installed tailwindcss binary for the pinned version, so the CLI cannot run the Tailwind build step.","triggerScenarios":"Thrown at packages/cli/src/tailwind.rs:162 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["The required tailwindcss version is missing. Let dx download it or install it manually."],"exampleFix":null,"handlingStrategy":"fallback","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"24f6a829df0dfa203961a98ea4cae21c2ff27e28","analyzedAt":"2026-08-23T07:10:14.078Z","contentChangedAt":"2026-08-23T07:10:14.078Z","schemaVersion":2},"datasetVersion":"2026-09-14T00:17:10.932Z"}