Closed karimhossenbux closed 3 years ago
@karimhossenbux
Thank you for reporting the issue. I can reproduce this bug so I'll investigate it soon.
Until it fixed, please consider to use Node.js v14
:)
I found the solution:
yarn create nextron-app
npx create-nextron-app
npm init nextron-app
So please use npx
or yarn
.
I'll fix the document, too.
I tried to
npm init nextron-app moonitor-next --example with-javascript-tailwindcss
but I don't the config from theexample/with-javascript-tailwindcss
.Looks like I get the one from the root repo:
I've also tried with
with-javascript-ant-design
but it's the same result. I always get the root repo files.Thank you for that repo though, it will be very useful 🙌