Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds NPM article. #22942

Merged
merged 9 commits into from
Apr 9, 2020
Prev Previous commit
Next Next commit
Update docs/docs/glossary/npm.md
Use active voice re: installing Gatsby globally.

Co-Authored-By: Aisha Blake <aisha@gatsbyjs.com>
  • Loading branch information
webinista and Aisha Blake committed Apr 9, 2020
commit bbf15cfd36208b70167ca5d1764eb0734a983c45
2 changes: 1 addition & 1 deletion docs/docs/glossary/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ npm is installed alongside Node during the default [installation process](/tutor

### Using npm to install Gatsby

It's recommended to install Gatsby globally, so that you can use Gatsby as a CLI application. To do so, use `npm install` with the `--global` or `-g` flags.
You'll need to install Gatsby globally to use Gatsby CLI commands such as `gatsby new`. To do so, use `npm install` with the `--global` or `-g` flag.

```shell
npm install -g gatsby-cli
Expand Down