[FEATURE] Maintain npm install method for platforms without native install binary (OpenBSD)
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Feature request to maintain npm install option for users running on non-linux/darwin platforms.
In issue #20020 it was requested to open a separate issue for illumos / solaris so it can be tracked separately, so I am opening a separate issue for OpenBSD in order to flag the same request for that platform.
To confirm, when attempting to run the native installer on OpenBSD, it exits saying "Windows is not supported", which is just the default error for non-darwin/linux. Installing from npm works very well on OpenBSD, so it would be nice to continue to be able to do that in the future.
Proposed Solution
Maintain install from npm as an option.
Alternative Solutions
Currently installing from npm and it works well.
Priority
High - Significant impact on productivity
Feature Category
Other
Use Case Example
_No response_
Additional Context
_No response_
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗