-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hi!
I just come to a project that uses local dependencies: "e2-scripts-utils": "file:../../lib/utils"
, when running next-update
, it fails with the following error:
Problem checking NPM dependency e2-scripts-utils version file:../../lib/utils
Invalid comparator: file:../../lib/utils
Looks like it does not support local dependencies, is there a way to ignore them or something?
Thanks!