Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: osx hide-bazel-files issue with fsevents (#1578)
// If an optional dependency failed to install it is possible that readdirSync will // return a folder name that no longer exists and lstatSync will throw with an error such as // `Error: ENOENT: no such file or directory, lstat // '/private/var/folders/0l/nj_q9kzj49gdz1w6f5v9tw3h0000gn/T/tmp-49206kt9HWV3A8daE/node_modules/fsevents'` // This seems to be because yarn does parallel installs and runs parallel step.
- Loading branch information