@Ritvik_Sardana
Information about bug
I am trying to install Frappe Helpdesk v1.4.0 on:
Frappe Framework: v15.35.0
Node.js: v20.20.0
Yarn: 1.22.22
During frontend build, it fails with:
Failed to resolve "frappe-ui/vite"
This package is ESM only but it was tried to load by require
Observations
Works in production environment using older Node.js (suspected Node 18)
Fails on Node 20
Issue likely related to frappe-ui / Vite ESM compatibility in Helpdesk v1.4.0
I tried installing the develop branch and the main branch, but that gave lots of error, so which is the best stable version i can use for my requirements?
Compatibility question
Please confirm:
Which Helpdesk versions officially support:
Node 20+
Frappe Framework v15.35+
Version
Frappe version - 15.35
Helpdesk version - v1.4.0
node version - 20.20
Installation method
manual install