Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84576ee commit 0ec1154Copy full SHA for 0ec1154
README.md
@@ -24,7 +24,7 @@ GearBox helps to easily create the same web development environment in Windows(W
24
then run "php --version" will get "PHP 7.4.x"
25
```
26
- Blackfire
27
- - NodeJS (include Yarn)
+ - NodeJS (install with [nvm](https://github.com/nvm-sh/nvm))
28
- GoLang
29
- Nginx
30
- Memcached
@@ -90,8 +90,8 @@ Default configuration as below:
90
},
91
"nodejs": {
92
"install": true,
93
- "version": "18",
94
- "install_yarn": true
+ "version": "lts",
+ "nvm_version": "0.39.1"
95
96
"golang": {
97
"install": false,
0 commit comments