mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-02-13 06:28:24 +00:00
Contrary to what we might expect, `npm install` does not install pinned requirements from a project's package-lock.json. That's the responsibility of `npm ci`: https://docs.npmjs.com/cli/v8/commands/npm-ci Running `npm ci` is also *much* faster than `npm install`, so that's a huge win. See this issue for reference: https://github.com/openedx/frontend-wg/issues/100