If you use npm 5.1 or earlier, you can't use `npx`.
Instead, install `create-react-component-folder` globally:

```sh
npm install -g create-react-component-folder
```

Now you can run:

```
crcf myComponent
or
create-react-component-folder myComponent
```
