Menu

#3530 Regenerate/update NPM lockfile by running: npm install --include=dev

open
nobody
None
2026-07-24
2026-06-05
Anonymous
No

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.

Related

Tickets: #3529

Discussion

  • Anonymous

    Anonymous - 2026-06-08

    Originally posted by: jayaddison

    NB: I'm slightly surprised that the cla/google check 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).

    image

     
  • Anonymous

    Anonymous - 2026-07-24

    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).

     

Log in to post a comment.