nhvd

nhvd

10th Grade

8 Qs

quiz-placeholder

Similar activities

Spinning Technique

Spinning Technique

10th Grade - University

6 Qs

Quiz: AI D4 Lessons 1-2

Quiz: AI D4 Lessons 1-2

9th - 12th Grade

7 Qs

Komputer Grafis - kelas 10

Komputer Grafis - kelas 10

10th Grade

10 Qs

4.33-4.35 SWEEP

4.33-4.35 SWEEP

9th - 12th Grade

12 Qs

Activity 1.1.1 - Introduction to Creating Objects in Onshape

Activity 1.1.1 - Introduction to Creating Objects in Onshape

10th Grade - University

10 Qs

Desain Grafis #01

Desain Grafis #01

1st Grade - Professional Development

10 Qs

PS Interface Vocab

PS Interface Vocab

9th - 12th Grade

13 Qs

Mash UP Quiz Coding & more

Mash UP Quiz Coding & more

KG - Professional Development

13 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