While Node >= v12 will still fail on install, Node >= 8 <=11 will fail on build due to the way some dependencies interact with V8's API (which has changed in recent versions). This PR resolves that scenario.
While Node >= v12 will still fail on install, Node >= 8 <=11 will fail on build due to the way some dependencies interact with V8's API (which has changed in recent versions). This PR resolves that scenario.