pull down to refresh

Thanks, looks like the node installer isn't providing detail

Try this if you would, it's not the pub installation itself but just the nodejs piece, it should be more verbose... and if it just works for some reason the next run of the script will install pub since the dependency will have been met

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash && export NVM_DIR="$HOME/.nvm" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && nvm install --lts

reply

deleted by author

reply

I've never seen that before on an Ubuntu system, its a system level dependency that nvm is trying to use that must not typically use Snap

Try switching out the snap version of curl for the regular version and see if that helps a re-run of the nvm installer

sudo snap remove curl && sudo apt install curl

reply

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?