[PR #368] [MERGED] fix: Fix npm install errors on Windows #1000

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

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/368
Author: @RARgames
Created: 1/5/2023
Status: Merged
Merged: 1/5/2023
Merged by: @meltyshev

Base: masterHead: master


📝 Commits (1)

  • 61a2ea7 fix: Fix npm install errors on Windows

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

FIxed npm install errors on Windows
Working on: Windows 10 (10.0.19044), Ubuntu 22.04.1

There seems to be an issue with --prefix on Windows, but only in npm install.
() to start a subshell and don't change dir, but it should also work without it.


🔄 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/368 **Author:** [@RARgames](https://github.com/RARgames) **Created:** 1/5/2023 **Status:** ✅ Merged **Merged:** 1/5/2023 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`61a2ea7`](https://github.com/plankanban/planka/commit/61a2ea7d7e442fc21096ded0f5d23e84229c4116) fix: Fix npm install errors on Windows ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description FIxed npm install errors on Windows Working on: Windows 10 (10.0.19044), Ubuntu 22.04.1 There seems to be an issue with --prefix on Windows, but only in npm install. () to start a subshell and don't change dir, but it should also work without it. --- <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:43:17 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1000