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
fix(smol): downgrade Python to 3.12 for gyp compatibility
Python 3.13 has hashlib.md5() breaking changes that cause gyp to fail:
TypeError: Strings must be encoded before hashing
Python 3.12 is the recommended version per Node.js BUILDING.md.
0 commit comments