Prompt Buddy logoPrompt Buddy

vite · Vite Docs

Vite Vite Troubleshooting

Provides solutions and diagnostic steps for common Vite errors, configuration issues, and development server problems.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/vite-troubleshooting-workflow-guide.mdA 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.textShell 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.textShell 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.textCommands 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.textA 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.textA 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.textA 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.textAn 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://vite.dev/guide/troubleshooting