pull down to refresh
Looks like it:
export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && . "$NVM_DIR/bash_completion" # This loads nvm bash_completion Installing latest LTS version. Downloading and installing node v24.11.0... Downloading https://nodejs.org/dist/v24.11.0/node-v24.11.0-linux-x64.tar.xz... ########################################################################################################################################## 100.0% Computing checksum with sha256sum Checksums matched! Now using node v24.11.0 (npm v11.6.1) Creating default alias: default -> lts/* (-> v24.11.0)
reply
excellent!
The pub install script should work now as it will detect nodejs as already installed and skip that step
Was just googling and it seems the curl issue presents itself under some condition where it was installed via snap, other nvm users ran into it but they closed the issue without a workaround: https://github.com/nvm-sh/nvm/issues/3000
reply
this is so damn cool!! I have to hand it to you. I'm going to paste the string into my mobile shockwallet now.
reply
thanks for bearing through it, keep me posted, of all the things I thought I might debug this week curl wasn't one of them... wow
reply
Have you gotten much feedback about attaching shockwallet to SN?
reply
Just @nelom iirc who said it was butter
reply
I have it attached and will start playing around. Question - what do I use to gain admin on my shockwallet dashboard?
reply
In the hamburger menu there's a dashboard link, or you can triple click the logo on the top left
sudo snap remove curl && sudo apt install curl