I have win11, need to install this package but it's being blocked because of net-keepalive version..
I found current version is 4.0.1, and this is the error i'm getting:
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'net-keepalive@0.3.8',
npm WARN EBADENGINE required: { node: '>=0.10 <=0.12||>=4 <=7' },
npm WARN EBADENGINE current: { node: 'v16.13.2', npm: '8.4.1' }
npm WARN EBADENGINE }
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for net-keepalive@0.3.8: wanted {"os":"darwin,linux,!win32"} (current: {"os":"win32","arch":"x64"})
npm ERR! notsup Valid OS: darwin,linux,!win32
npm ERR! notsup Valid Arch: undefined
npm ERR! notsup Actual OS: win32
npm ERR! notsup Actual Arch: x64
I have win11, need to install this package but it's being blocked because of net-keepalive version..
I found current version is 4.0.1, and this is the error i'm getting: