Skip to content

Windows support #2

Description

@mikehearn

Needs to wait until GraalVM fully supports Windows. The main UNIX dependency is this file:

https://github.com/mikehearn/nodejvm/blob/master/src/main/resources/nodejvm

It's a shell script that does the wrangling of the command line arguments from what Java expects to what the Graal NodeJS runtime expects, along with misc compatibility hacks, and of course it sets NodeJS up to look in the node_modules directory.

To make this more portable, I'd suggest we can rewrite it from bash into Java or Kotlin and compile it with native-image, if that now works on Windows too.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions