Running `npx crnwa myApp` doesnt work.
idkjs opened this issue · 2 comments
idkjs commented
Describe the bug
Running npx crnwa myApp
produces and empty myApp folder.
Running npx create-react-native-web-app myApp
seems to work ok.
An fyi.
orYoffe commented
Hi @idkjs
Thanks for opening the issue and reporting. Could you specify what doesn't work? A few more details on environment and other details would help.
Two ways I would ask to try to solve or clarify the issue if you will.
- if you have installed create-react-native-web-app globally before please run
npm uninstall -g create-react-native-web-app
to remove it - try running
npx crnwa --version
the output should be0.16.2
the current version
idkjs commented
I just went back through it to get you some info. Works just fine. No idea what I did before. Thank you.