Monawwar Abdullah

Results 19 comments of Monawwar Abdullah

> with a given solution, for me it did not solve. > I also tested on a clean project you found any solution?

> > I have resolved this by modifying build.gradle. > > Go to " \android\app\build.gradle" and add this just above dependencies > > configurations.all { > > resolutionStrategy { >...

for me it worked by manually adding the package inside the dependency list (in package.json)

@mehulkar here is my turbo.json file, i didn't make any changes to it... ```json { "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".next/**"] }, "lint": { "outputs":...

I am using `tsup` for building (as well as in watch mode), and running `pnpm run dev` spawns more than 15 processes of tsup watching for each of the packages...

any update regarding react 18?