Skip to content

Commit

Permalink
Update 0006-local-dependency-resolution.md
Browse files Browse the repository at this point in the history
Small typo
  • Loading branch information
schlak authored Jul 20, 2023
1 parent c61747b commit e57f4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfcs/0006-local-dependency-resolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ This concept overrides the path from which single projects are used. However, in
**Example:** Given a project with a dependency to framework library `sap.m` in version `1.108.0`. When overriding the resolution of `sap.m` to a local copy, which defines an additional dependency to another framework library like `sap.ui.codeeditor` in its package.json (or ui5.yaml for SAPUI5 libraries), that dependency might not be available and an error will be thrown.

Such cases can be resolved by temporarily adding the missing library to the dependencies of the root project. In general, once a dependency is part of the "normal" dependency graph of the project, in can also be referenced by projects resolved via workspace resolutions.
Such cases can be resolved by temporarily adding the missing library to the dependencies of the root project. In general, once a dependency is part of the "normal" dependency graph of the project, it can also be referenced by projects resolved via workspace resolutions.

## Alternatives

Expand Down

0 comments on commit e57f4dc

Please sign in to comment.