stefanpenner / get-caller-file

ISC License
38 stars 11 forks source link

Why get-caller-file only allow 6.x || 8.x|| >= 10.x ndoe.js version #18

Closed stu01509 closed 4 years ago

stu01509 commented 5 years ago

Why reason get-caller-file only allow 6.x, 8.x, or above 10.x node.js version?

mr-dxdy commented 4 years ago

+1

stefanpenner commented 4 years ago

Ya, we mirror Node's own support policies. We don't have resources to support versions of node that node does not support, for more details on what node's own support policy is: https://github.com/nodejs/Release.

To disable the warning/error yarn provides, feel free to use yarn install --ignore-engines