We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3d8e5 commit 3e29cfdCopy full SHA for 3e29cfd
README.md
@@ -441,6 +441,12 @@ leeway collect components -l someConstant
441
LEEWAY_EXPERIMENTAL=true leeway export --strict /some/destination
442
```
443
444
+### macOS: leeway fails with "cp --parents" not being a valid command
445
+The way depends on GNU utilities. Install them and make sure they're in your path.
446
+```
447
+brew install coreutils
448
449
+
450
# Contributing
451
452
## Creating a new release
0 commit comments