How to install a stable Frape version [v14]

Installed bench with pipx

5.16.2

$ bench init bench3
$ cd bench3

$ bench switch-to-branch version-14 frappe
[...]
SUCCESS: Successfully switched branches for: frappe
Please run `bench update --patch` to be safe from any differences in database schema

$ bench update --patch
$ bench new-site --db-type postgres --db-root-username admin --db-root-password admin --db-name enzo --set-default  enzo.local

$ bench start
[...]
08:46:34 watch.1          | $ node esbuild --watch --live-reload
08:46:35 watch.1          | node:internal/modules/cjs/loader:1029
08:46:35 watch.1          |   throw err;
08:46:35 watch.1          |   ^
08:46:35 watch.1          | 
08:46:35 watch.1          | Error: Cannot find module 'esbuild-vue'

bench init bench3 --version version-14