-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
Due to hard restriction in package.json for win32 library users either need to add the package to optionalDependencies and deal with conditional imports or just ditch the package all together.
Describe the solution you'd like
Allowing installs but performing a "no-op" operation on unsupported methods would provide much better experience.
Additional context
Few instances of such or related cases:
- Support for win32 or win64 #14
- Support for Windows? #5
- Dependencie net-keepalive does not support win32 kubernetes-client/javascript#632
- fix: remove dependency on net-keepalive kubernetes-client/javascript#635
- Feat/deployment config snyk/kubernetes-monitor#718
- doesn't run on windows? dgreif/homebridge-mylink#13
- Use TCP keepalive probes to detect local log stream closing balena-io/balena-cli#1220
- Didn't support win64, because [email protected] nayrnet/node-dahua-api#8