Sorry about the delay in responding, was having some network/computer troubles for the past week or so. I've tried enabling multiple bobs mods, and haven't gotten any errors like that. None of bobs mods have had any update in the past 6 months, and I remember it working in many different mod configurations. I would have to guess that there is another mod at play causing the issue.
Just looking at the error, it seems that the reverse-factory-4 tech is missing its "unit" field, which is supposed to define which items, and how many of those items, are needed to research the tech. Due to certain changes made by bob's mods, I DO have certain code in place to copy the requirements from a pre-existing tech in the bob mod's tree, and it is possible that another mod is removing or modifying that tech, so that when it gets copied, the technology ends up with null in its unit field.
When running bob-assembly, my mod attempts to copy advanced-material-processing-3 for its tech requirements. Similarly, when running bob-plates, my mod attempts to copy titanium-processing for its tech requirements. It could be either one of these issues, but I can't be too sure; it could be something entirely unrelated instead. However, I still think there is another mod at play here, and would need to test with that to reproduce and fix the issue.