[PR #2199] [MERGED] build: remove unsupported auto-install-peers from .npmrc #2115

Closed
opened 2026-02-26 20:32:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2199
Author: @filbert-wijaya
Created: 11/15/2025
Status: Merged
Merged: 11/27/2025
Merged by: @Mythie

Base: mainHead: build/rm-auto-install-peers-npmrc


📝 Commits (2)

  • b59f87d build: remove unsupported auto-install-peers from .npmrc
  • 9731cf9 Merge branch 'main' into build/rm-auto-install-peers-npmrc

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 .npmrc (+0 -1)

📄 Description

Description

Remove npm warning
npm warn Unknown project config "auto-install-peers". This will stop working in the next major version of npm.

Changes Made

  • Remove auto-install-peers from .npmrc file.

Testing Performed

  • Tested before fix, npm warning appears when running "npm run dev"
  • Tested after fix, no warning about auto-install-peers when running "npm run dev"

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated tests that prove the effectiveness of these changes.
  • I have updated the documentation to reflect these changes, if applicable.
  • I have followed the project's coding style guidelines.
  • I have addressed the code review feedback from the previous submission, if applicable.

🔄 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/documenso/documenso/pull/2199 **Author:** [@filbert-wijaya](https://github.com/filbert-wijaya) **Created:** 11/15/2025 **Status:** ✅ Merged **Merged:** 11/27/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `build/rm-auto-install-peers-npmrc` --- ### 📝 Commits (2) - [`b59f87d`](https://github.com/documenso/documenso/commit/b59f87d55b6d2d793ae822e621e9f8f57b48de74) build: remove unsupported auto-install-peers from .npmrc - [`9731cf9`](https://github.com/documenso/documenso/commit/9731cf94273ec1566f79a3bf4a67e3a9fb5ef35a) Merge branch 'main' into build/rm-auto-install-peers-npmrc ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.npmrc` (+0 -1) </details> ### 📄 Description ## Description Remove npm warning `npm warn Unknown project config "auto-install-peers". This will stop working in the next major version of npm.` ## Changes Made - Remove auto-install-peers from .npmrc file. ## Testing Performed - Tested before fix, npm warning appears when running "npm run dev" - Tested after fix, no warning about auto-install-peers when running "npm run dev" ## Checklist - [x] I have tested these changes locally and they work as expected. - [ ] I have added/updated tests that prove the effectiveness of these changes. - [ ] I have updated the documentation to reflect these changes, if applicable. - [ ] I have followed the project's coding style guidelines. - [ ] I have addressed the code review feedback from the previous submission, if applicable. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:32:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#2115
No description provided.