Joshua Yoes

Results 102 comments of Joshua Yoes

> Me when @joshuayoes suggests going back to a monorepo on Ignite Why did we move away from monorepos? --- Here is the main pros I see is for CI/CD...

I ran ``` yarn build npm pack ``` Then unzipped the tarball and opened it up, it appears that `.gitignore` and `.gitignore.template` are getting copied into the tarball

However, I am getting the described behavior in the issue with ``` npx [email protected] new PizzaApp --bundle=com.pizzaapp --git --install-deps=false --packager=yarn --target-path=./PizzaApp --overwrite --debug ```

`.gitignore.template` is getting copied into the global package, so for some reason it's not getting copied after `npx ignite-cli@next new`

@juddey 8.0.0-beta.7 is out now with a PR that should resolve this. Can you try again with `npx ignite-cli@next new`?

I'm going to close this issue for now. But if you are still having issues with it on the latest version, feel free to re-open it

Thank for submitting this @MuhammadAbdullah54321 The Ignite team is working towards a new major release we are calling Ignite Maverick. The beta is live now, and I suspect it will...

Yes, unfortunately react-native projects like Ignite have a lot of `node_modules` dependencies, and it is quite heavy. How is your internet connection? I have issues with the unboxing npm dependencies...

I'm going to close this issue for now, since we have found a workflow that is working for you. Feel free to re-open this if you are running into more...