mirror of
https://github.com/plankanban/planka.git
synced 2026-07-16 05:53:57 +03:00
[PR #368] [MERGED] fix: Fix npm install errors on Windows #1000
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (1)
61a2ea7fix: 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.