We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, Loadestar needs more packages into Prerequisite
https://github.com/ChainSafe/lodestar?tab=readme-ov-file#prerequisites
Adding above packages into the document
No response
The text was updated successfully, but these errors were encountered:
make and gcc should only be required for node versions without pre-builds, what node version do you use?
make
gcc
For more deftailed prerequisites list, we might wanna document those here https://github.com/ChainSafe/lodestar/blob/unstable/CONTRIBUTING.md#prerequisites instead.
Sorry, something went wrong.
This time, I used the newly installed wsl2 Ubuntu 24.04.1 LTS.
$ node -v v22.12.0
` $ yarn install
gyp ERR! build error gyp ERR! stack Error: make failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/home/nnn/lodestar/node_modules/node-gyp/lib/build.js:203:23) gyp ERR! stack at ChildProcess.emit (node:events:524:28) gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:293:12) gyp ERR! System Linux 5.15.133.1-microsoft-standard-WSL2 gyp ERR! command "/home/nnn/.nvm/versions/node/v22.12.0/bin/node" "/home/nnn/lodestar/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /home/nnn/lodestar/node_modules/bcrypto
After installling make and gcc, it was successfully installed.
No branches or pull requests
Problem description
Currently, Loadestar needs more packages into Prerequisite
https://github.com/ChainSafe/lodestar?tab=readme-ov-file#prerequisites
Solution description
Adding above packages into the document
Additional context
No response
The text was updated successfully, but these errors were encountered: