🐛 Make Node.js stop showing false failure

This commit is contained in:
Marley Rae 2024-02-04 16:03:06 -08:00
parent 630a66aec1
commit 6ceb6b1e42

View file

@ -8,4 +8,5 @@ print_title "Volta & Node.js"
execute "curl https://get.volta.sh | bash -s -- --skip-setup" Volta
execute ". $DOT/node/path.config.fish && volta install node" "Node.js LTS"
execute "if ! cmd_exists 'volta'; source $DOT/node/path.config.fish; end && volta install node" \
"Node.js LTS"