Closed TheKrush closed 6 years ago
This error is "by design", it only happens during the last step of the postinstall in order to apply a patch to enzyme. If the patch is already applied, this part of the script fails and the rest of npm install should move on. This can be fixed by updating enzyme and removing the postinstall patch script.
This should not prevent you from being able to run the app, but update this issue if it does.
Well the app seems to run but it goes into a infinite refresh loop when I open localhost pointing at it. I'm sure I did something wrong. (might be separate issue)
This might be a misconfigured app setting such as BASE_URL, although it should run fine without setting any app settings at all.
The underlying issue for the original error code ELIFECYCLE is now fixed in the development branch. Feel free to open a new issue with details if you're still getting the infinite refresh loop.
Occurred on two different machines.