I have a subdependency that is breaking on node 6.2.0. It is using an old version of subsubdependency.
Setting my package.json to point to the updated dependency has no bearing on what dependency the npm install xxx uses.
It seems I have to fork every dependency in github, point their package.json's at the new commits and try npm install again, which seems like a recursive nightmare of a user experience. what do?