Description
Activity
Show:
Kris Moore July 18, 2024 at 5:55 PM
Thank you for submitting this feature request! To better accommodate and gauge community interest for future versions of TrueNAS we have moved the submission process to our TrueNAS Community Forums. If this feature is still important and relevant for consideration, please refer to the links below on how to submit it for community voting and TrueNAS roadmap review.
Feature Requests Forum:
https://forums.truenas.com/c/features/12
Feature Requests FAQ:
https://forums.truenas.com/t/about-the-feature-requests-category-readme-first/8802
Bug Clerk February 8, 2024 at 12:16 PM
Pinned fields
Click on the next to a field label to start pinning.
Details
Priority
Low
Assignee
Unassigned
UnassignedReporter
More fieldsTime tracking
Katalon PlatformLinked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Created February 8, 2024 at 12:13 PM
Updated July 18, 2024 at 6:00 PM
Currently the
README.md
documentation statedtruenas/webui
depends onyarn >= 1.12
Node.js >= 14
However, according to the actual building
Dockerfile
,truenas/webui
usesnode@16
,yarn@1.22
.And with
yarn@1.12
, the command execution toyarn install
will never success since the existing.yarnrc
isn't compatible toyarn@1.12
where it complains aboutThis issue suggests updating the
README.md
to align thenode@16
,yarn@1.22
withDockerfile
.