gatsby only works when installed globally.. tried both `gatsby develop` and `../node_modules/.bin/gatsby develop` after installing the documentation starter kit in a new directory.
The first command…
Looks like there's a difference between these 2 commands:
```
cd docs
gatsby develop
```
and
```
gatsby develop docs
```
The later was giving me this error while testing the starter kit:
```
Lis…