Introduces boolean imports.admin.missingMetafilesAreFatal for what to do when WOF metafiles are missing while starting. Defaults to false so we'll have to enable in our configs. /src/pip/index.js returns an error in the callback while src/localPipResolver.js throws an error which will shutdown importers.
Fixes #157
Introduces boolean
imports.admin.missingMetafilesAreFatal
for what to do when WOF metafiles are missing while starting. Defaults to false so we'll have to enable in our configs. /src/pip/index.js returns an error in the callback while src/localPipResolver.js throws an error which will shutdown importers.