Skip to content

Commit

Permalink
Merge pull request #1960 from MaryGao/npm-install-force-v18
Browse files Browse the repository at this point in the history
Update debug
  • Loading branch information
MaryGao authored Oct 31, 2023
2 parents aa7fcdf + 0670ebd commit ba8ca02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .scripts/automation_generate.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash
. ~/.bashrc
cat ~/.bashrc
echo ">>>>>>>>>>>>>>>"
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm use default
whereis code-gen-pipeline
whereis node
Expand Down
2 changes: 2 additions & 0 deletions .scripts/automation_init.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
cat ~/.bashrc
echo ">>>>>>>>>>>>>>>"
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm install v18.15.0
Expand Down

0 comments on commit ba8ca02

Please sign in to comment.