merrick kirby

Results 5 comments of merrick kirby

The relevant issue in the serializer repo https://github.com/mobxjs/serializr/issues/58

This worked for me just by adding the `project.ext.nodeModulesPath = "../../../../node_modules"` to my `app/build.gradle` Can now build app in a monorepo with all packages hoisted to the root.

Could be related to the upstream JSC issue https://github.com/facebook/react-native/issues/24261 ? Can you try on RN 59.10 to see if you still run into problems?

Yeah happening in our project as well. looking to create an executor to copy the npmrc into the project folder until this is sorted

Hey @JamesHenry, thanks for taking a look into this. I see, npm publish does not respect the root .npmrc, that is a shame. My solution (so I can continue publishing...