project-management icon indicating copy to clipboard operation
project-management copied to clipboard

Vite manifest not found

Open habibovic opened this issue 1 year ago • 1 comments

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

habibovic avatar Aug 24 '24 21:08 habibovic

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 !

TsuLee avatar Nov 29 '24 00:11 TsuLee