[PR #564] [MERGED] Re-generate lock file #1449

Closed
opened 2026-04-24 23:58:33 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/564
Author: @lkiesow
Created: 2/8/2023
Status: Merged
Merged: 2/9/2023
Merged by: @advplyr

Base: masterHead: lockfile-warning


📝 Commits (1)

📊 Changes

1 file changed (+18973 additions, -80 deletions)

View changed files

📝 package-lock.json (+18973 -80)

📄 Description

Running npm ci you always get a warning about an old lock-file format being used:

npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile

This patch simply re-generates the file by removing the old one and runningnpm install. That gets rid of the warning.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/564 **Author:** [@lkiesow](https://github.com/lkiesow) **Created:** 2/8/2023 **Status:** ✅ Merged **Merged:** 2/9/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `lockfile-warning` --- ### 📝 Commits (1) - [`4bcb772`](https://github.com/advplyr/audiobookshelf-app/commit/4bcb77250d70e9ffc3b5806d7ee317af89e297cc) Re-generate lock file ### 📊 Changes **1 file changed** (+18973 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+18973 -80) </details> ### 📄 Description Running `npm ci` you always get a warning about an old lock-file format being used: ``` npm WARN old lockfile npm WARN old lockfile The package-lock.json file was created with an old version of npm, npm WARN old lockfile so supplemental metadata must be fetched from the registry. npm WARN old lockfile npm WARN old lockfile This is a one-time fix-up, please be patient... npm WARN old lockfile ``` This patch simply re-generates the file by removing the old one and running`npm install`. That gets rid of the warning. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:58:33 +02:00
adam closed this issue 2026-04-24 23:58:33 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1449