Frappe drive install error

I am try to install frappe drive on frappe v14
I use this command

  1. bench get-app GitHub - frappe/drive: [beta] An easy to use, document sharing and management solution.
  2. bench --site drive.site install-app drive
  3. bench start
  4. cd apps/drive && yarn dev
    I face this when I try to run “yarn dev”
    after frappe drive install

I solve this problem by upgrade the Node to the last vesrion

Generally when working with the latest version of Frappe or the newer apps try to stick to the recommended versions of things to avoid issues. Which would be node 18 while the latest is 20. You’ll most likely be fine, but occasionally you might run into some random issue.