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 looks like windows installs have been broken since at least 2.1.0.
Installing on windows triggered an infinite loop.
Fix that in two different ways:
1 linux uses lib, windows uses Lib. Use case insenstive match.
2 linux uses / as the root windows uses C:\ (or other drive letter).
keep running the loop until the root/head path doesn't change.
0 commit comments