I'm on a project that is is utilizing Angular 5.x and I'm tasked to upgrade it to 6.x. After nearly 2 weeks now trying to figure out how all this works with NPM and unsuccessfully getting the upgrade to build due to what I believe are package errors, I'm at a complete loss.
I have wiped out the node_modules multiple times and reran this project but the ng build fails from what looks like package issues.
How can I find which packages are dependent on Angular versions higher than 6.x?
I've tried doing one package at a time but I'm missing something as it won't build. Errors vary from Observable not being found within some package or it is looking for the Angular 6 hack package.