You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Development environments need to be upgraded to support the latest versions of Wazuh-dashboard.
Since version 2.8.0 when we create the image it is giving this error when we start the project
fatal: detected dubious ownership in repository at '/home/node/kbn'
To add an exception for this directory, call:
git config --global --add safe.directory /home/node/kbn
at makeError (/home/node/kbn/node_modules/execa/lib/error.js:59:11)
at handlePromise (/home/node/kbn/node_modules/execa/index.js:114:26)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at getChanges (/home/node/kbn/packages/osd-optimizer/src/optimizer/get_changes.ts:41:22)
at async Promise.all (index 0)
at getOptimizerCacheKey (/home/node/kbn/packages/osd-optimizer/src/optimizer/cache_keys.ts:168:44)
at /home/node/kbn/packages/osd-optimizer/src/run_optimizer.ts:70:17
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
by changing the permissions of the kbn folder to node:node, this error no longer appears.
The text was updated successfully, but these errors were encountered:
Description
Development environments need to be upgraded to support the latest versions of Wazuh-dashboard.
Since version 2.8.0 when we create the image it is giving this error when we start the project
by changing the permissions of the kbn folder to
node:node
, this error no longer appears.The text was updated successfully, but these errors were encountered: