| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ca94508 commit 943e7b3
115 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ npm run removeNPMAbsolutePaths | |||
| 14 | 14 | # Check that repo is still clean | |
| 15 | 15 | if [ ! -z "$(git status --porcelain)" ]; then | |
| 16 | 16 | # If we get a fail here then the PR needs attention | |
| 17 | - >&2 echo "Failed: node_modules are not up to date. Run 'npm ci' and 'npm run removeNPMAbsolutePaths' to update" | ||
| 17 | + >&2 echo "Failed: node_modules are not up to date. Run 'npm ci && npm run removeNPMAbsolutePaths' on a macOS machine to update. Note it is important this command is run on macOS and not any other operating system as there is one dependency (fsevents) that is needed for macOS and may not be installed if the command is run on a Windows or Linux machine." | ||
| 18 | 18 | git status | |
| 19 | 19 | exit 1 | |
| 20 | 20 | fi | |
| Back | FazBrowse Home | New Git URL |
0 commit comments