Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore Node version mismatch when using Yarn
Yarn 1.0+ started erroring if engine versions (e.g. Node) doesn't match the one specified in the `package.json` vs installed locally. It can be quite annoying to update `package.json` everytime node is updated locally. Plus, different folks are not likely to be on the latest node version. We could remove this later, if mismatched Node versions start to cause issues.
- Loading branch information