Laravel, veuillez mettre à jour au moins le nœud v12.14

You have to upgrade your node so try these commands:

sudo npm cache clean -f
sudo npm install -g n
sudo n stable
check node version by:

sudo node -v
it must show something like v14.*

You may need to restart your terminal to see the updated node version.

And then do npm run dev