Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit ba8ca02

Browse files
authored
Merge pull request #1960 from MaryGao/npm-install-force-v18
Update debug
2 parents aa7fcdf + 0670ebd commit ba8ca02

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.scripts/automation_generate.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
2-
. ~/.bashrc
2+
cat ~/.bashrc
3+
echo ">>>>>>>>>>>>>>>"
4+
export NVM_DIR="$HOME/.nvm"
5+
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
36
nvm use default
47
whereis code-gen-pipeline
58
whereis node

.scripts/automation_init.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
3+
cat ~/.bashrc
4+
echo ">>>>>>>>>>>>>>>"
35
export NVM_DIR="$HOME/.nvm"
46
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
57
nvm install v18.15.0

0 commit comments

Comments
 (0)