pioneer
pioneer copied to clipboard
The tutorial is broken on windows
If you do ./node_modules/.bin/pioneer --scaffold
it will throw an error because of the ".bin" folder which starts with a dot.
You can:
- Change tutorial to
"./node_modules/.bin/pioneer" --scaffold
Ah shucks windows must alias the bin file somewhere else I'll hop on my windows machine and take a look