Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 authored Jan 22, 2024
1 parent c2f1916 commit 5d1db54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ curl -fsSL https://github.com/nodenv/nodenv-installer/raw/master/bin/nodenv-doct

# https://yarnpkg.com/getting-started/install
# for https://github.com/sensuikan1973/pedax/tree/main/website
nodenv shell --unset # https://github.com/nodenv/nodenv?tab=readme-ov-file#nodenv-shell
for node_version in $(nodenv versions --bare); do
nodenv versions
nodenv shell "$node_version"
corepack enable
done

0 comments on commit 5d1db54

Please sign in to comment.