The Complete Strapi™ Course with Plugins and Deployment - How to Update Strapi

The Complete Strapi™ Course with Plugins and Deployment - How to Update Strapi

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial explains how to update Strappy to the latest version for an existing project. It covers the process of manually changing the version of Strappy packages in the package.json file, reinstalling dependencies, and rebuilding the project. The tutorial also discusses how to handle version changes by checking changelogs and downgrading if necessary. The steps include using yarn commands to rebuild the admin UI and verify that everything works as expected.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in upgrading Strappy to a new version?

Reinstalling all dependencies

Changing the version numbers in package.json

Rebuilding the admin UI

Launching the development server

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is it important to identify all Strappy packages during an upgrade?

To delete unnecessary plugins

To verify the latest version is installed

To ensure all packages are removed

To maintain version consistency across components

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to rebuild the admin UI after updating Strappy?

yarn start

yarn build

yarn update

yarn install

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you do if the development server does not work after an upgrade?

Reinstall the operating system

Check the change logs for differences

Revert to the previous version

Ignore the errors and continue

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you downgrade Strappy to a previous version?

By reinstalling the entire project

By using a different package manager

By updating dependencies to a lower version

By deleting the package.json file