Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NODE] <Error while doing make install> #9781

Open
0xmoncif213 opened this issue Jul 12, 2023 · 1 comment
Open

[NODE] <Error while doing make install> #9781

0xmoncif213 opened this issue Jul 12, 2023 · 1 comment

Comments

@0xmoncif213
Copy link

Description
[node_modules/.pnpm/sha3@1.2.6/node_modules/sha3: Running install script... ELIFECYCLE Command failed.]

Basic Information

I am trying to install chainlink node on local machine ubuntu 22.04.2 LTS .

  • Go Version: [ v1.20.5]
  • Operating System: [Ubuntu 22.04.2 LTS]
  • Commit: [Command not found]
  • Hosting Provider: [Self-hosted]
  • Startup Command: [chainlink version]

Additional Information
image

@RutvikGujarati
Copy link

@0xmoncif213 To fix this error, you can try the following steps:

Check to make sure that you have the latest version of Node.js installed. You can do this by running the following command:

node -v

If you are using a package manager like npm or yarn, then you can try running the following command to install the sha3 dependency:

npm install sha3

If you are still getting the error, then you can try manually downloading the sha3 library from the npm registry: https://www.npmjs.com/package/sha3. Once you have downloaded the library, you can place it in the node_modules directory of your Chainlink Node installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants