Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vite manifest not found #123

Open
habibovic opened this issue Aug 24, 2024 · 1 comment
Open

Vite manifest not found #123

habibovic opened this issue Aug 24, 2024 · 1 comment
Assignees

Comments

@habibovic
Copy link

I have error: Vite manifest not found at: C:\project-management\public\build/manifest.json

@TsuLee
Copy link

TsuLee commented Nov 29, 2024

Try :

npm install
npm run dev

This will start the Vite development server and should generate the required manifest.json file in the public/build/ directory. Ensure you have the Vite development server running in one terminal while working on the project.

  • Check the Output: Once npm run dev runs successfully, the manifest.json file should be generated in public/build/.
  • Check for Errors: If Vite is not running properly, check the output for errors in the terminal to fix them.

Hope it helps !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants