-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working