-
Notifications
You must be signed in to change notification settings - Fork 1
Fix/document Windows compatibility issues #126
Copy link
Copy link
Open
Description
Folks developing on Windows have run into some issues that we should try to fix or at least document. Known issues:
- npm scripts with `INLINE_ENV_VAR=something run command" will fail unless the user has bash configured to run npm scripts
- Slow file IO makes composer installs/updates incredibly slow (recommend not mapping the root directory in
run.sh) - Volume mappings in
docker runcommand need to be escaped to avoid absolute path errors - Git's
autocrlfsetting causes line endings that make thelint:phpscript fail (should disable the "Generic.Files.LineEndings.InvalidEOLChar" rule) - Lack of PHP support on Windows renders the
phpcsandtwigcsVS Code extensions useless (can possibly work around with the Dev Containers extension)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels