Joe Barbaro
Joe Barbaro

Reputation: 23

wazuh-kibana-app not running development server

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 :

**> [email protected] 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"

Upvotes: 0

Views: 368

Answers (1)

Andres Micalizzi
Andres Micalizzi

Reputation: 29

Joe The Wazuh Kibana app uses de Kibana "plugin-helpers" that need to be built in order to create a build of the app. You can find information on how to prepare your development environment and later, how to generate a build for the app after development is done here.

Don't hesitate to ask if you have further questions.

Upvotes: 0

Related Questions