tisoap / react-flow-smart-edge

Custom Edge for React Flow that never intersects with other nodes
https://tisoap.github.io/react-flow-smart-edge/
MIT License
242 stars 26 forks source link

engine warning when installing latest version #57

Open omercnet opened 9 months ago

omercnet commented 9 months ago

Describe the Bug

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@tisoap/react-flow-smart-edge@3.0.0',
npm WARN EBADENGINE   required: { node: '>=16', npm: '^8.0.0' },
npm WARN EBADENGINE   current: { node: 'v18.17.1', npm: '9.6.7' }
npm WARN EBADENGINE }

Minimal Example

n/a

Steps to Reproduce the Bug or Issue

nvm use "lts/*"
npm install @tisoap/react-flow-smart-edge

Expected behavior

should not warn

Screenshots or Videos

No response

Platform

node v18

Additional context

deps in main already mention node 18, just need to publish

omercnet commented 6 months ago

@tisoap please publish what's in main? https://github.com/tisoap/react-flow-smart-edge/pull/53 fixed it but wasn't published

gunaygultekin commented 4 months ago

I also have the same issue.

broksonic21 commented 3 weeks ago

Following up on this-> getting this warning on a few projects that use this as a transitive dependency. given the current version warns on any recent npm version, any chance of getting a deploy out?

tisoap commented 3 weeks ago

Hey everyone, feel free to fork this repository to get an updated version faster