document-register-element icon indicating copy to clipboard operation
document-register-element copied to clipboard

Adding "|| exit 0" to prevent downstream failure in npm processes

Open mattezell opened this issue 6 years ago • 0 comments

Various environmental or project scenarios may lead to a failure when calling lightercollective from postinstall. This is not known to be a lightercollective failure, but instead of a failure to properly call the lightercollective library. One such known scenario on Windows being multiple path casings being passed to child_process.spawn when npm-lifecycle processes postinstall.

Discussion on lifecycle/postinstall Win32 issue here: https://github.com/npm/npm-lifecycle/issues/29

This PR is intended to address this discussion: https://github.com/WebReflection/document-register-element/pull/165

mattezell avatar Apr 19 '19 16:04 mattezell