Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ec1154

Browse files
committed
Update README.md
1 parent 84576ee commit 0ec1154

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GearBox helps to easily create the same web development environment in Windows(W
2424
then run "php --version" will get "PHP 7.4.x"
2525
```
2626
- Blackfire
27-
- NodeJS (include Yarn)
27+
- NodeJS (install with [nvm](https://github.com/nvm-sh/nvm))
2828
- GoLang
2929
- Nginx
3030
- Memcached
@@ -90,8 +90,8 @@ Default configuration as below:
9090
},
9191
"nodejs": {
9292
"install": true,
93-
"version": "18",
94-
"install_yarn": true
93+
"version": "lts",
94+
"nvm_version": "0.39.1"
9595
},
9696
"golang": {
9797
"install": false,

0 commit comments

Comments
 (0)