You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
On Windows, running
node
in the repo directory unfortunately does not use thenode
binary from the user'sPATH
, 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.
The text was updated successfully, but these errors were encountered: