uniberg / kbn_sankey_vis

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

Issue with Yarn Installation and Compilation #41

Closed Thiha-Aung1 closed 2 months ago

Thiha-Aung1 commented 2 months ago

Hello!

I hope this message finds you well. I am reaching out to report an issue I encountered while attempting to install and compile a project using Yarn. Despite following the installation instructions, I have encountered difficulties in both installing Yarn and running the compilation process successfully. To provide context, my environment lacks npm, which is typically bundled with Node.js. Given this, I am unsure of the correct steps to ensure a successful installation of Yarn. Could you kindly provide guidance on how to set up the environment to enable a seamless Yarn installation process?

Furthermore, upon attempting to run the compilation command (yarn compile), I encountered the following error:

yarn install

yarn install v1.22.22
$ node ../../preinstall_check
node:internal/modules/cjs/loader:1031
  throw err;
  ^

Error: Cannot find module '/preinstall_check'
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1028:15)
    at Function.Module._load (node:internal/modules/cjs/loader:873:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    at node:internal/main/run_main_module:22:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

I would greatly appreciate your assistance in resolving these issues.

Additionally, any insights or instructions you could provide to ensure a smooth installation and compilation process would be immensely helpful.

By the way i am using RHEL 7.9 and kibana 8.6.2

Thank you very much for your attention to this matter. I look forward to your response and resolution of the issues.

Warm regards, Thiha