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
pull/66850/merge
Bryan Black 4 years ago committed by GitHub
parent 3b67e75562
commit 2c7623c6cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save