Availity / availity-reactstrap-validation

Easy to use React validation components compatible for reactstrap.
https://availity.github.io/availity-reactstrap-validation/
MIT License
191 stars 70 forks source link

Unsupported engine #225

Open Olegt0rr opened 3 years ago

Olegt0rr commented 3 years ago

Get warn on npm build with node:latest Node and npm versions are correct. What's wrong?

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'availity-reactstrap-validation@2.7.0',
npm WARN EBADENGINE   required: { node: '>= 5.0.0', npm: '^3.0.0' },
npm WARN EBADENGINE   current: { node: 'v15.3.0', npm: '7.0.14' }
npm WARN EBADENGINE }