uniberg / kbn_sankey_vis

Sankey diagram for Kibana visualize.
Apache License 2.0
29 stars 11 forks source link

yarn install command #32

Open Neelam-zanvar opened 1 year ago

Neelam-zanvar commented 1 year ago

When i run the yarn install command i am getting the following error yarn install v1.22.19 info No lockfile found. $ node ../../preinstall_check internal/modules/cjs/loader.js:638 throw err; ^

Error: Cannot find module '/etc/kibana/preinstall_check' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Function.Module.runMain (internal/modules/cjs/loader.js:831:12) at startup (internal/bootstrap/node.js:283:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3) error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

ch-bas commented 1 year ago

Hi @Neelam-zanvar , were able to start successfully Kibana in dev mode without the plugin? Have you tried to follow theses instructions?

binarywang commented 1 year ago

seems you need cd to plugins directory firstly

Thiha-Aung1 commented 6 months ago

i got the same error , how can i run that yarn install and yarn compile command.?By the way i am using RHEL 7.

When i run the yarn install command i am getting the following error yarn install v1.22.19 info No lockfile found. $ node ../../preinstall_check

internal/modules/cjs/loader.js:638 throw err; ^

Error: Cannot find module '/etc/kibana/preinstall_check' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Function.Module.runMain (internal/modules/cjs/loader.js:831:12) at startup (internal/bootstrap/node.js:283:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3) error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.