Symfony 6.0.6 missing asset manifest file #45754
-
I'm trying to learn Symfony by following the tutorial in "Symfony: The Fast Track" on Symfony's site.
Sure enough, it does not exist. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
manifest.json file is created not by Symfony, but by webpack. to generate it either run |
Beta Was this translation helpful? Give feedback.
-
I just ran into the same problem and found this answer. I'd suggest adding the solution to the book? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
if you have this error "encore: command not found" after running "npm run watch" , run "npm install" before "npm run watch" |
Beta Was this translation helpful? Give feedback.
-
bonjour a tous , merci pour ces infos moi c'est vraiment incroyable j'ai fais toutes les commandes le public/build ne ce créer pas automatiquement . du coup mon site est actuellemnt bloquer avec ce message erreur "An exception has been thrown during the rendering of a template ("Asset manifest file "C:\wamp64\www\illustretonart/public/build/manifest.json" does not exist. Did you forget to build the assets with npm or yarn?"). alors que j'ai fais toute les commandes dans le terminal |
Beta Was this translation helpful? Give feedback.
manifest.json file is created not by Symfony, but by webpack. to generate it either run
npm run build
ornpm run watch