I'm trying to install encore in my symfony 5 project, i followed the instructions in the stimulus bridge repository ( https://github.com/symfony/stimulus-bridge ) but when i try to run yarn encore dev this is what i get :
Running webpack ...
Error: Install stimulus to use enableStimulusBridge()
yarn add stimulus --dev
Do you have any solution to help me ?