smartcontractkit / chainlink

node of the decentralized oracle network, bridging on and off-chain computation
https://chain.link
Other
7.02k stars 1.71k forks source link

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

Open 0xmoncif213 opened 1 year ago

0xmoncif213 commented 1 year ago

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 .

Additional Information image

RutvikGujarati commented 1 year ago

@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.