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
It appears that running shutil.which("npx") on some Windows machines returns to the path to npx not npx.cmd. If we try to execute npx using the returned path, it may not succeeded as npx is not a valid windows executable.
The text was updated successfully, but these errors were encountered:
Subject of the issue
As reported on discord, the client generator fails on some Windows machines.
See https://discord.com/channels/491256308461207573/1217246027623694427
It appears that running
shutil.which("npx")
on some Windows machines returns to the path tonpx
notnpx.cmd
. If we try to execute npx using the returned path, it may not succeeded asnpx
is not a valid windows executable.The text was updated successfully, but these errors were encountered: