vite · Vite Docs
Vite Vite Troubleshooting
Provides solutions and diagnostic steps for common Vite errors, configuration issues, and development server problems.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Vite Vite Troubleshooting
Provides solutions and diagnostic steps for common Vite errors, configuration issues, and development server problems.
When To Use
Use when resolving specific Vite errors, fixing build failures, or diagnosing unexpected behavior in the development server or module resolution.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/vite-troubleshooting-workflow-guide.md | A markdown document containing common Vite errors, CLI issues, and configuration troubleshooting steps. | Questions about a markdown document containing common Vite errors, CLI issues, and configuration troubleshooting steps. |
examples/vite-troubleshooting-ulimit-shell-commands.text | Shell commands to check and modify the ulimit system resource limits for troubleshooting Vite. | Exact payloads, commands, or snippets shown in Shell commands to check and modify the ulimit system resource limits for troubleshooting Vite. |
examples/vite-troubleshooting-sysctl-inotify-limit-commands.text | Shell commands to check and temporarily increase Linux inotify system limits for Vite troubleshooting. | Exact payloads, commands, or snippets shown in Shell commands to check and temporarily increase Linux inotify system limits for Vite troubleshooting. |
examples/vite-troubleshooting-inotify-maxuserwatches-limit-increase.text | Commands to check and increase the Linux inotify maxuserwatches limit to resolve file watching issues in Vite. | Exact payloads, commands, or snippets shown in Commands to check and increase the Linux inotify maxuserwatches limit to resolve file watching issues in Vite. |
examples/vite-troubleshooting-macos-security-add-trusted-cert.text | A command to add a trusted certificate to the macOS keychain for resolving Vite HTTPS/SSL issues. | Exact payloads, commands, or snippets shown in A command to add a trusted certificate to the macOS keychain for resolving Vite HTTPS/SSL issues. |
examples/vite-troubleshooting-case-sensitivity-import-error.text | A text example demonstrating a case-sensitivity error in a JavaScript import statement within a Vite project. | Exact payloads, commands, or snippets shown in A text example demonstrating a case-sensitivity error in a JavaScript import statement within a Vite project. |
examples/vite-troubleshooting-profile-command.text | A text example demonstrating the use of the vite profile command with the open flag. | Exact payloads, commands, or snippets shown in A text example demonstrating the use of the vite profile command with the open flag. |
examples/vite-troubleshooting-vite-build-profile-command.text | An example of the vite build command using the profile flag for performance troubleshooting. | Exact payloads, commands, or snippets shown in An example of the vite build command using the profile flag for performance troubleshooting. |
What This Skill Covers
- Are you an LLM? You can read better optimized documentation at /guide/troubleshooting.md for this page in Markdown format
- Main sections:
CLI ,Error: Cannot find module 'C:\foo\bar&baz\vite\bin\vite.js' ,Config ,This package is ESM only ,Dev Server .
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://vite.dev/guide/troubleshooting