Worksheetsghndbcg
Total questions: 5
Worksheet time: 3mins
What does the 'workspace:' prefix in a package.json 'dependencies' value mean?
It refers to a deprecated feature.
It refers to a local workspace.
It refers to an external library.
It refers to a global package.
Which version of Yarn introduced the 'workspace:' prefix?
Yarn 4.x
Yarn 3.x
Yarn 2.x
Yarn 1.x
Where can you read more about the 'workspace:' prefix?
In the Yarn documentation
In the npm documentation
In the Babel documentation
In the Lerna documentation
What command can you use to check a dependency in Yarn?
yarn why
yarn info
yarn list
yarn check
What does the 'workspace:' prefix ensure?
It ensures the dependency is from a local workspace.
It ensures the dependency is from a remote server.
It ensures the dependency is from a specific registry.
It ensures the dependency is always the latest version.
