Closed seanaguinaga closed 1 year ago
With npm create
yarn create works fine
"Does not work" means nothing happens or you get an error? Could you provide some more information, like the type of project you're using and the output of the command?
A fresh TypeScript CRA Template - it ignores the --interactive flag and proceeds without stopping for input
Interesting. npm create
requires you to pass --
before specifying the command arguments:
npm create @tobiastengler/relay-app -- --interactive
I wasn't aware of this either. I'll update the documentation. Thanks for the find :)
I added a quick reminder here.
Wow I never would've guessed that's all it took to fix it
Thank you
I want to enable subscriptions but -I/--interactive does not work