Skip to content

Commit

Permalink
Ignore Node version mismatch when using Yarn
Browse files Browse the repository at this point in the history
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
Greg Lazarev committed Sep 15, 2017
1 parent 2a6a2c6 commit 933892b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--ignore-engines true

0 comments on commit 933892b

Please sign in to comment.