Skip to content

Commit 9750720

Browse files
authoredAug 14, 2023
docs: fix example path (#6694)
Update workspaces.md Specify the right path for workspace "a"
1 parent 73a4e3d commit 9750720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/lib/content/using-npm/workspaces.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ the npm installer that package should be added as a dependency of the provided
102102
workspace:
103103

104104
```
105-
npm install abbrev -w a
105+
npm install abbrev -w packages/a
106106
```
107107

108108
Note: other installing commands such as `uninstall`, `ci`, etc will also

0 commit comments

Comments
 (0)
Please sign in to comment.