You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
📦 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 WindowsThe
&
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🚦 Expected Behavior
Compatible with Windows
📝 Additional Information
Only in the local dev environment
The text was updated successfully, but these errors were encountered: