[PR #508] [MERGED] Fixed broken build under Windows. #1028

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

📋 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: masterHead: master


📝 Commits (1)

  • a2e01e1 Fixed broken build under Windows.

📊 Changes

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

View changed files

📝 client/package.json (+6 -0)

📄 Description

npm run build failed inside the client folder under Windows. A lot of errors reported, in the form of:

[eslint]
src\actions\activities.js
Line 1:52: Delete `␍` prettier/prettier

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.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/508 **Author:** [@betovidal](https://github.com/betovidal) **Created:** 9/19/2023 **Status:** ✅ Merged **Merged:** 12/11/2023 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`a2e01e1`](https://github.com/plankanban/planka/commit/a2e01e1561882f301cab84c8c2d81e7f8626892a) Fixed broken build under Windows. ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `client/package.json` (+6 -0) </details> ### 📄 Description `npm run build` failed inside the client folder under Windows. A lot of errors reported, in the form of: > [eslint] > src\actions\activities.js > Line 1:52: Delete \`␍\` prettier/prettier And it went on and on, for different files. Fixed as suggested in this SO reply: https://stackoverflow.com/a/53769213 --- <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:45:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1028