Update yarn.py (#66973)
##### SUMMARY To globally install from local node.js library. Prepend "file:" to the path of the node.js library. ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr
This commit is contained in:
parent
3b67e75562
commit
2c7623c6cc
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ options:
|
|||
description:
|
||||
- The name of a node.js library to install
|
||||
- If omitted all packages in package.json are installed.
|
||||
- To globally install from local node.js library. Prepend "file:" to the path of the node.js library.
|
||||
required: false
|
||||
path:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue