Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding "|| exit 0" to prevent downstream failure in npm processes
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: npm/npm-lifecycle#29 This PR is intended to address this discussion: WebReflection#165
- Loading branch information