You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux Debian 11 bullseye throws error while following steps of readme.
I am quite unexperienced with nodejs stuff and my system is clear and innocent when it comes to any toolchain for java script. I have full dev-stack when it comes to python or c++, but nothing for javascript-development.
I guess: the build-yourself info part of readme is missing information about dependency / tools needed to build all.
2nd Guess: maybe older versions work... I straight used commit eb00e55 (HEAD -> master, origin/master, origin/HEAD) and then retried with git checkout v1.3.9. Same problem. The output log I provided here is from HEAD.
Bear with me - I do not know javascript nor the needed tools. I only want to start using the wallet and I am used to build them from scratch.
Description
Linux Debian 11 bullseye throws error while following steps of readme.
I am quite unexperienced with nodejs stuff and my system is clear and innocent when it comes to any toolchain for java script. I have full dev-stack when it comes to python or c++, but nothing for javascript-development.
I guess: the build-yourself info part of readme is missing information about dependency / tools needed to build all.
2nd Guess: maybe older versions work... I straight used commit eb00e55 (HEAD -> master, origin/master, origin/HEAD) and then retried with git checkout v1.3.9. Same problem. The output log I provided here is from HEAD.
Bear with me - I do not know javascript nor the needed tools. I only want to start using the wallet and I am used to build them from scratch.
Platform
Desktop (Linux)
Steps To Reproduce
preparing needed tools
https://www.linuxcapable.com/how-to-install-node-js-on-debian-linux/#Section-1-Install-Nodejs-from-Debian-Repository
mkdir -p ~/Documents/Projects/CodeProjects/Tools/nvm
cd ~/Documents/Projects/CodeProjects/Tools/nvm
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh > install.sh
bash install.sh
source ~/.bashrc
nvm --version # -> 0.39.3
nvm ls-remote
nvm install v14.21.3 # used by anchor wallet for eos
nvm install-latest-npm # -> 9.6.5
npm install -g yarn # yarn is added to PATH and resides in ~/.nvm/versions/node/v14.21.3/bin/yarn
logout/login to make sure PATH to yarn and nvm is actually really updated
yarn --version # -> 1.22.19
build anchor
see https://github.com/greymass/anchor#build-it-yourself
cd ~/Documents/Projects/CodeProjects/Tools
git clone https://github.com/greymass/anchor.git anchor
cd anchor
nvm use v14 # was actually already used
yarn --frozen-lockfile --ignore-engines
then it fetches (takes a while, slow internet) and then there are errors all around, which I do not understand (js noob am I)
Relevant log output
Contact Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: