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
The text was updated successfully, but these errors were encountered:
Upgrade your nodejs to v16 or higher.
For Ubuntu
sudo apt update
sudo apt install build-essential libssl-dev curl -y
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
echo 'export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"' >> ~/.bashrc echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm' >> ~/.bashrc
source ~/.bashrc
nvm install 16 // you can install latest one using nvm install node and use nvm alias default node to use nodejs new version by deafult
nvm install 16
nvm install node
nvm alias default node
nvm use 16
Sorry, something went wrong.
Still getting same error even after upgrading to nodejs to v16 with the guide you dropped
Create a new file named privateKeys.json. In the privateKeys.json store your wallet private key like this
[ "your_wallet_private_key_here" ]
Note: use "[ ]" this bracket not this { } or this ( ).
No branches or pull requests
The text was updated successfully, but these errors were encountered: