I'm currently working on a project, the project has 2 npm packages installed:
js-data-http
and js-data-angular
.
The problem is js-data-http requires js-data@>=3.0.0
and js-data-angular requires js-data@>=2.0.0 <3
. I've looked through all versions of both packages and couldn't find any version that matches the dependency for js-data.
With that dependency conflict I can't generate a npm-shrinkwrap, has anyone else gone through this?