Skip to content

Commit

Permalink
specify nodejs version (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsule authored Jul 18, 2024
1 parent 5196ae8 commit ec5b320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prerequisite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ poetry install
# Install nodejs
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
source "$HOME/.nvm/nvm.sh"
nvm install node
nvm install 21.7.3
# Install npm
pushd frontend
npm install
Expand Down

0 comments on commit ec5b320

Please sign in to comment.