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
The build.rs scripts in various places have to shell out to executables. Instead of hard-coding .cmd and .exe extensions in Windows, just call cmd.exe /C node and cmd.exe /C npm. That way if Node changes the extension of its executables, the invocations will still work.
The text was updated successfully, but these errors were encountered:
The
build.rs
scripts in various places have to shell out to executables. Instead of hard-coding.cmd
and.exe
extensions in Windows, just callcmd.exe /C node
andcmd.exe /C npm
. That way if Node changes the extension of its executables, the invocations will still work.The text was updated successfully, but these errors were encountered: