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 tests for node --run named run recurse -> run start --watch and run recurse -> run start --watch --extra fail on Windows. It seems to be a similar problem to what Yarn does, where when you do recursive calls, the environment variable that says what script we're in (NODE_RUN_SCRIPT_NAME in this case) reflects the first call, instead of the last.
This is very likely a Windows-specific Node bug, so the next step is to confirm it and file an issue. Then we can un-skip those tests in Windows once fixed.
The text was updated successfully, but these errors were encountered:
The tests for
node --run
namedrun recurse -> run start --watch
andrun recurse -> run start --watch --extra
fail on Windows. It seems to be a similar problem to what Yarn does, where when you do recursive calls, the environment variable that says what script we're in (NODE_RUN_SCRIPT_NAME
in this case) reflects the first call, instead of the last.This is very likely a Windows-specific Node bug, so the next step is to confirm it and file an issue. Then we can un-skip those tests in Windows once fixed.
The text was updated successfully, but these errors were encountered: