i want to run a local development server for wazuh-kibana-app, so i can modify the application's ui .. but every time i try to run the development server using "npm start" i get an error with response :
**> wazuh@4.2.4 start
> plugin-helpers start
'plugin-helpers' is not recognized as an internal or external command,
operable program or batch file.**
this whole response is vague for me.. what i'm i missing here ? what should be done or installed to run the development server with npm start ?? in other words "what exactly should i do to run wazuh-kibana-app on localhost on my pc"