Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mattezell
Copy link

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: #165

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant