[GH-ISSUE #8219] [Bug] MacOS install dev env script only works when executed in certain dir #3660

Closed
opened 2026-03-23 21:32:12 +00:00 by mirror · 1 comment
Owner

Originally created by @socksprox on GitHub (Sep 15, 2025).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/8219

Bug Description

The script is trying to cd frontend at line 81, but it's already running from within the frontend/scripts/install_dev_env/ directory. The script needs to navigate to the correct path relative to where it's currently located.

How to Reproduce

Execute from script location

Expected Behavior

work

Operating System

macos

AppFlowy Version(s)

Screenshots

No response

Additional Context

No response

Originally created by @socksprox on GitHub (Sep 15, 2025). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/8219 ### Bug Description The script is trying to cd frontend at line 81, but it's already running from within the frontend/scripts/install_dev_env/ directory. The script needs to navigate to the correct path relative to where it's currently located. ### How to Reproduce Execute from script location ### Expected Behavior work ### Operating System macos ### AppFlowy Version(s) - ### Screenshots _No response_ ### Additional Context _No response_
mirror 2026-03-23 21:32:12 +00:00
  • closed this issue
  • added the
    develop
    label
Author
Owner

@LucasXu0 commented on GitHub (Sep 17, 2025):

Yes, we only support the script to be executed in the frontend dir. PRs are welcome to enable execution from any dir.

<!-- gh-comment-id:3301105102 --> @LucasXu0 commented on GitHub (Sep 17, 2025): Yes, we only support the script to be executed in the `frontend` dir. PRs are welcome to enable execution from any dir.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#3660
No description provided.