I have cloned the Wazuh-Kibana-app
source code from https://github.com/wazuh/wazuh-kibana-app
I have made some changes in the styling. So, i am making build of the app by running npm run build
but i am getting this error
Command "plugin-helpers" not found
I think it is because in package.json
file, it gets like that "plugin-helpers": "node ../../scripts/plugin_helpers"
as it is getting out of the directory. So how to resolve this issue?