carlosthe19916 / cra-typescript-storybook

4 stars 2 forks source link

Not Windows Compatible #1

Closed thyngs closed 3 years ago

thyngs commented 4 years ago

I've been fiddling with this repo for a while as I like the idea of it, but unfortunately it appears to be incompatible with Windows machines.

carlosthe19916 commented 4 years ago

Hi @thyngs. Unfortunately, I don't use Windows so I can not test this repository as easily as I'd like. Could you let me know what you want to achieve?

thyngs commented 4 years ago

I generally don't use a Windows machine either, but with a bit of digging I managed to get it working by installing 'cross-env' with NPM and prefixing the lines in the following scripts 'build:babel:cjs', 'build:babel:esm", "build:babel:umd" with 'cross-env '. Thanks for your great hard work.