From 03bbaac5d33e2150148e47fd352abd8cd4b892d6 Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Thu, 7 Oct 2021 22:33:20 -0400 Subject: [PATCH] Upgrade to yarn 3 --- developer_setup.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/developer_setup.md b/developer_setup.md index 75be40b4..ea8c6da4 100644 --- a/developer_setup.md +++ b/developer_setup.md @@ -135,12 +135,6 @@ nvm alias default 12 You may need to restart your shell in order to source the nvm initialization environment. -Then install `yarn` - you can find the recommended way for your platform at https://classic.yarnpkg.com/en/docs/install, or, if that fails, via npm. - -```bash -npm install --global yarn -``` - ### Ruby and Bundler A Ruby version manager is *strongly* recommended. Use any one of the following: