Skip to content

Commit

Permalink
fix: repair the command error that occurs when running on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
leoli0605 committed Mar 12, 2024
1 parent 547313f commit a6812f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packageData.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"install": {
"linux": "asdf plugin add nodejs && asdf install nodejs 16.20.2 && asdf global nodejs 16.20.2",
"mac": "asdf plugin add nodejs && asdf install nodejs 18.18.0 && asdf global nodejs 18.18.0",
"windows": "choco install nvm -y && nvm install 18.18.0 && nvm use 18.18.0"
"windows": "choco install nvm -y; nvm install 18.18.0; nvm use 18.18.0"
},
"type": "force"
},
Expand Down

0 comments on commit a6812f9

Please sign in to comment.