chore(docs): migrate back to global installs (#12245)

* Remove npx fom bug report template

* Remove npx from question issue template

* Revert npx in README

* Remove npx references in docs/blog

* Remove references to npx in docs/docs

* Remove npx from e2e-tests directory

* Remove npx references from examples/

* Remove npx from packages/

* Remove npx from starters directory

* Add global Gatsby CLI installation instructions via npm
This commit is contained in:
GatsbyJS Bot
2019-03-04 22:50:02 +00:00
parent 6fb41441d9
commit bae726d68c
+1 -1
View File
@@ -20,7 +20,7 @@ _Have another more specific idea? You may want to check out our vibrant collecti
```sh ```sh
# create a new Gatsby site using the hello-world starter # create a new Gatsby site using the hello-world starter
npx gatsby new my-hello-world-starter https://github.com/gatsbyjs/gatsby-starter-hello-world gatsby new my-hello-world-starter https://github.com/gatsbyjs/gatsby-starter-hello-world
``` ```
1. **Start developing.** 1. **Start developing.**