react-flow-smart-edge icon indicating copy to clipboard operation
react-flow-smart-edge copied to clipboard

engine warning when installing latest version

Open omercnet opened this issue 2 years ago • 4 comments

Describe the Bug

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@tisoap/[email protected]',
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 avatar Sep 25 '23 11:09 omercnet

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

omercnet avatar Dec 09 '23 14:12 omercnet

I also have the same issue.

gunaygultekin avatar Feb 05 '24 11:02 gunaygultekin