nhvd

nhvd

10th Grade

8 Qs

quiz-placeholder

Similar activities

PS interface/tools

PS interface/tools

9th - 12th Grade

12 Qs

Lesson 3 | Subselect Tool

Lesson 3 | Subselect Tool

9th - 12th Grade

5 Qs

KS4 Textiles Product Design Assessment Preparation 2

KS4 Textiles Product Design Assessment Preparation 2

10th Grade

9 Qs

Photopea Review #2

Photopea Review #2

9th - 12th Grade

10 Qs

RJP MODUL 3.1: GENTIAN FABRIK

RJP MODUL 3.1: GENTIAN FABRIK

10th - 11th Grade

10 Qs

Notes on Blender 3D - Section 4 Review

Notes on Blender 3D - Section 4 Review

6th Grade - University

10 Qs

Customizing Type

Customizing Type

9th - 12th Grade

7 Qs

Art and Design Evaluation

Art and Design Evaluation

9th - 12th Grade

12 Qs

nhvd

nhvd

Assessment

Quiz

Design

10th Grade

Hard

Created by

Pritish Nagpal

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'workspace:' prefix in a package.json 'dependencies' value mean?

It refers to a local workspace.

It refers to a global package.

It refers to a remote package.

It refers to a deprecated package.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which version of Yarn introduced the 'workspace:' prefix?

Yarn 2.x

Yarn 3.x

Yarn 1.x

Yarn 4.x

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will Yarn do when the 'workspace:' protocol is used?

Resolve to a remote package.

Resolve to the latest version available.

Resolve to a global package.

Refuse to resolve to anything other than a local workspace.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two flavors of the 'workspace:' range protocol?

Semver range and project-relative path

Absolute path and relative path

Global path and local path

Remote path and local path

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command can be used to check about a dependency in Yarn?

yarn info

yarn why

yarn list

yarn check

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which package manager supports the 'workspace:' feature?

npm

pnpm

Yarn

Bower

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'workspace:' prefix ensure when used in dependencies?

It ensures the package is always up-to-date.

It ensures the package is always installed globally.

It ensures the package is resolved from a local workspace.

It ensures the package is downloaded from the internet.

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where can you read more about the 'workspace:' prefix?

Lerna documentation

Babel documentation

Yarn documentation

npm documentation