We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df616f7 commit 02dcff0Copy full SHA for 02dcff0
src/mac-dev-setup.sh
@@ -113,11 +113,6 @@ brew cask install visual-studio-code
113
mkdir ~/.nvm
114
brew install nvm # choose your version of npm
115
nvm install node # "node" is an alias for the latest version
116
-{
117
- echo "export NVM_DIR=\"$HOME/.nvm\""
118
- echo '[ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh" # This loads nvm'
119
- 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'
120
-}>>$MAC_SETUP_PROFILE
121
brew install yarn # Dependencies management for node
122
123
0 commit comments