Sometimes packages are not on npm registry: local development, monrepos, etc.
It would be nice to get these ignored and not failing, maybe behind a flag: --ignoreMissing.
Although looking at the code it seems that pulling 404 all the way up to the high level can be non-trivial.
Sometimes packages are not on npm registry: local development, monrepos, etc. It would be nice to get these ignored and not failing, maybe behind a flag:
--ignoreMissing
. Although looking at the code it seems that pulling 404 all the way up to the high level can be non-trivial.