Skip to content

Commit

Permalink
fix: install Node.js 18.18.0 directly on Windows without using NVM to…
Browse files Browse the repository at this point in the history
… avoid errors, close #9
  • Loading branch information
leoli0605 committed Mar 18, 2024
1 parent 27f7c49 commit 16bb945
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 nodejs --version=18.18.0 -y"
},
"type": "force"
},
Expand Down

0 comments on commit 16bb945

Please sign in to comment.