Skip to content

Fix Windows build #3

@fwcd

Description

@fwcd

On Windows, running node in the repo directory unfortunately does not use the node binary from the user's PATH, but executes ./node.js using Windows' legacy JScript engine. This is due to Windows considering .js an 'executable' extension and clearly not what we want.

We should probably also set up Windows CI to prevent bugs like these from happening in the future.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions