[PR #975] [MERGED] build: 🐛 don't use explicit latest npm version #1158

Closed
opened 2026-02-04 21:54:11 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/975
Author: @HannesOberreiter
Created: 12/18/2024
Status: Merged
Merged: 12/18/2024
Merged by: @meltyshev

Base: masterHead: fix/npm-mismatch


📝 Commits (2)

  • a925957 build: 🐛 don't use explicit latest npm version
  • b8a075f style: 🚨 fix casing warnings

📊 Changes

3 files changed (+7 additions, -7 deletions)

View changed files

📝 Dockerfile (+3 -3)
📝 config/development/Dockerfile.client (+2 -2)
📝 config/development/Dockerfile.server (+2 -2)

📄 Description

  • Prevent mismatch of node and npm by removing @latest tag. 0.737 npm error engine Not compatible with your version of node/npm: npm@11.0.0
  • Fixes casing warnings on docker build => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)

🔄 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/plankanban/planka/pull/975 **Author:** [@HannesOberreiter](https://github.com/HannesOberreiter) **Created:** 12/18/2024 **Status:** ✅ Merged **Merged:** 12/18/2024 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `fix/npm-mismatch` --- ### 📝 Commits (2) - [`a925957`](https://github.com/plankanban/planka/commit/a925957e16448e92128ce6458880f56bbece944d) build: :bug: don't use explicit latest npm version - [`b8a075f`](https://github.com/plankanban/planka/commit/b8a075fb1d108417709033f747d7315ac9f60b90) style: :rotating_light: fix casing warnings ### 📊 Changes **3 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+3 -3) 📝 `config/development/Dockerfile.client` (+2 -2) 📝 `config/development/Dockerfile.server` (+2 -2) </details> ### 📄 Description - Prevent mismatch of node and npm by removing `@latest` tag. `0.737 npm error engine Not compatible with your version of node/npm: npm@11.0.0` - Fixes casing warnings on docker build ` => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:54:11 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1158