You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
fix: Halt if npm install fails; switch to npm ci as well (#1107)
We've seen a few cases where npm package installation fails, but the server
continues to try to start up, and then developers get very mysterious
errors that are hard to debug. Fail fast on MFE startup to avoid this.
Also switch to `npm ci` so that:
1. Two developers on the same repo commit get the same version
2. Repository working directories are not modified by just running an MFE
(Also, fix a typo.)
See edx/edx-arch-experiments#335
0 commit comments