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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
master← Head:lockfile-warning📝 Commits (1)
4bcb772Re-generate lock file📊 Changes
1 file changed (+18973 additions, -80 deletions)
View changed files
📝
package-lock.json(+18973 -80)📄 Description
Running
npm ciyou always get a warning about an old lock-file format being used:This patch simply re-generates the file by removing the old one and running
npm install. That gets rid of the warning.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.