Skip to content

Commit df616f7

Browse files
thomaspoignantThomas Poignant
andauthored
install yarn (#23)
Co-authored-by: Thomas Poignant <[email protected]>
1 parent 68b76c0 commit df616f7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,15 @@ It will install all this tools:
147147
- docker command line completion
148148

149149
### Languages
150-
The main languages I am working with are Java and Go, but here are some of the main languages you always need, on projects.
150+
The main languages I am working with are Java and Go, but here are the main languages you always need, on projects.
151151

152152
- **Java**
153153
Install the last version of the `openJDK` JVM.
154154
It also install `maven` and `gradle`.
155155
- **Go / Golang**
156156
Install the last `go` version and set `GOPATH` into your shell profile file.
157157
- **NodeJS**
158-
Install `nvm` and the last version of `nodejs`.
158+
Install `nvm` and the last version of `nodejs` + `yarn` for dependencies management.
159159
- **Python**
160160
Install `python` and `pip` so you are ready to go.
161161
- **Terraform**

src/mac-dev-setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ nvm install node
118118
echo '[ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh" # This loads nvm'
119119
echo '[ -s "/usr/local/opt/nvm/etc/bash_completion.d/nvm" ] && . "/usr/local/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion'
120120
}>>$MAC_SETUP_PROFILE
121+
brew install yarn # Dependencies management for node
122+
121123

122124
## Java
123125
brew cask install java

0 commit comments

Comments
 (0)