🐛 Make Node.js stop showing false failure
This commit is contained in:
parent
630a66aec1
commit
6ceb6b1e42
1 changed files with 2 additions and 1 deletions
|
@ -8,4 +8,5 @@ print_title "Volta & Node.js"
|
||||||
|
|
||||||
execute "curl https://get.volta.sh | bash -s -- --skip-setup" Volta
|
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"
|
||||||
|
|
Loading…
Reference in a new issue