-
Notifications
You must be signed in to change notification settings - Fork 350
Closed
Labels
BugError or unexpected behavior of already existing functionalityError or unexpected behavior of already existing functionality
Description
Q | A |
---|---|
Sulu Version | 2.5.14 |
PHP Version | 8.3 |
DB Version | irrelevant |
Browser Version | irrelevant |
Actual Behavior
Building the admin frontend currently fails, because the command "npx symlink-dir" uses the latest release of symlink-dir.
The latest version of this requires node >= 18.12 now, whereas the sulu frontend requires node 14.
breaking change: pnpm/symlink-dir@55fd697
Expected Behavior
Building the frontend does not fail
Steps to Reproduce
Build manually as described on https://docs.sulu.io/en/latest/cookbook/build-admin-frontend.html#common-errors
Possible Solutions
pin the used symlink-dir to a version before 6.0.0
FlxRobole
Metadata
Metadata
Assignees
Labels
BugError or unexpected behavior of already existing functionalityError or unexpected behavior of already existing functionality