Originally created by: jayaddison
During environment configuration to develop a possible rollback of the template engine from eta to lodash for [#3529] I began by running npm ci --include=dev, intending to install a close-match of the base dependencies of workbox.git (in order to achieve more reliable/repeatable local development and test results).
However, the following error appeared:
Missing: @types/lodash@4.17.24 from lock file
NB: This appeared with NPM CLI version 11.3.0 as shown below:
$ npm --version
11.13.0
Discovered during preparation for work on [#3529].
The NPM lockfile (package-lock.json) has been regenerated; in this case, this only added/updated one dependency record, @types/lodash.
Originally posted by: jayaddison
NB: I'm slightly surprised that the
cla/googlecheck passes; as far as I know, I haven't yet signed the CLA (I encountered a problem trying to do that a few months ago, and the same problem, an infinite redirect, still occurs when I tried again today).Originally posted by: jayaddison
I've converted this pull request into draft status, because I do not believe that I have signed the Google Contributor License Agreement (CLA).