If you use npm 5.1 or earlier, you can't use `npx`.
Instead, install `reactizzen` globally:

```sh
npm install -g reactizzen
```

Now you can run:

```
reactizzen myComponent
```
