Skip to content

Conversation

@m-sterspace
Copy link
Contributor

@m-sterspace m-sterspace commented Dec 3, 2019

To install a yarn package globally, the keyword global has to immediately follow yarn as per :https://yarnpkg.com/lang/en/docs/cli/global/

yarn add global XXXX won't install anything globally,

yarn global add XXXX will install the XXXX package globally, I just switched them to fix that command.

Microsoft Reviewers: Open in CodeFlow

To install a yarn package globally, the keyword `global` has to immediately follow `yarn` as per :https://yarnpkg.com/lang/en/docs/cli/global/

`yarn add global XXXX` won't install anything globally,

`yarn global add XXXX` will install the XXXX package globally.
@m-sterspace m-sterspace requested a review from a team as a code owner December 3, 2019 01:52
@ghost ghost added the rnwcs label Dec 3, 2019
@acoates-ms acoates-ms merged commit 111b727 into microsoft:master Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants