project-management
project-management copied to clipboard
Vite manifest not found
I have error: Vite manifest not found at: C:\project-management\public\build/manifest.json
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 !