The plugin currently crashes when it encounters a local dependency, i.e., one with a version that reads something like file:../my-other-package.
This patch makes the plugin ignore these. The user is then responsible for fulfilling the dependency in some way. I suspect requirements will vary. In my case, I ended up copying the module into node_modules directly.
The plugin currently crashes when it encounters a local dependency, i.e., one with a version that reads something like
file:../my-other-package
.This patch makes the plugin ignore these. The user is then responsible for fulfilling the dependency in some way. I suspect requirements will vary. In my case, I ended up copying the module into node_modules directly.