Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Incompatible script usage of & on Windows #5125

Closed
DDDDD12138 opened this issue Jul 29, 2024 · 1 comment · Fixed by #5126
Closed

[Bug] Incompatible script usage of & on Windows #5125

DDDDD12138 opened this issue Jul 29, 2024 · 1 comment · Fixed by #5126
Assignees
Labels
bug Something isn't working

Comments

@DDDDD12138
Copy link
Contributor

📦 Deployment Method

Other

📌 Version

since v2.13.0

💻 Operating System

Windows

📌 System Version

Windows11

🌐 Browser

Edge

📌 Browser Version

126.0.2592.87

🐛 Bug Description

Incompatible script usage of & on Windows

The & symbol used in package.json scripts for running parallel commands is not compatible with Windows systems. To ensure scripts are cross-platform compatible, replace the & symbol with the concurrently package.

📷 Recurrence Steps

Run yarn dev on Windows

image

Can’t see any masks on the page
Windows is also not compatible with `

🚦 Expected Behavior

Compatible with Windows

📝 Additional Information

Only in the local dev environment

@DDDDD12138
Copy link
Contributor Author

@Dogtiti Could you please assign this to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants