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
Updated the node version check to properly handle the fact that
subprocess.check_output() returns bytes in Python 3, not strings. Added
code to decode bytes to UTF-8 string and strip whitespace before
checking the version.
0 commit comments