mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #508] [MERGED] Fixed broken build under Windows. #1028
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/508
Author: @betovidal
Created: 9/19/2023
Status: ✅ Merged
Merged: 12/11/2023
Merged by: @meltyshev
Base:
master← Head:master📝 Commits (1)
a2e01e1Fixed broken build under Windows.📊 Changes
1 file changed (+6 additions, -0 deletions)
View changed files
📝
client/package.json(+6 -0)📄 Description
npm run buildfailed inside the client folder under Windows. A lot of errors reported, in the form of:And it went on and on, for different files.
Fixed as suggested in this SO reply:
https://stackoverflow.com/a/53769213
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.