Skip to content

Support BSD and platforms without official node.js binaries (with download = false) #178

Open
@vladp

Description

@vladp

It seems that the only place were OpenBSD support would need to be added is at PlatformHelper.kt

If you would add

name.contains("openbsd") -> "linux"

And also (for completeness)

name.contains("netbsd") -> "linux"
name.contains("dragonflybsd") -> "linux"

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions