Skip to content

Commit c0c02e1

Browse files
fvilersPCpimps5150
authored andcommitted
docs: fix example path (npm#6694)
Update workspaces.md Specify the right path for workspace "a"
1 parent cc4fdf0 commit c0c02e1

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)