Upgrade to Yarn 4, remove support for Node 16 (#27073)
This commit is contained in:
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@@ -112,11 +112,11 @@ bundle install
|
||||
|
||||
# Install node modules
|
||||
sudo corepack enable
|
||||
yarn set version classic
|
||||
corepack prepare
|
||||
yarn install
|
||||
|
||||
# Build Mastodon
|
||||
export RAILS_ENV=development
|
||||
export RAILS_ENV=development
|
||||
export $(cat ".env.vagrant" | xargs)
|
||||
bundle exec rails db:setup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user