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
In some cases, on windows, the workspace resolver (resolveWorkspace) will throw when trying to read a package.json within a workspace. A workaround has been to pass the 2nd arg (using a duplicate value of the 1st arg).
I believe there is some windows-incompatible code in the workspace resolver causing this, possibly here.
The text was updated successfully, but these errors were encountered:
(Repro case to follow)
In some cases, on windows, the workspace resolver (
resolveWorkspace
) will throw when trying to read apackage.json
within a workspace. A workaround has been to pass the 2nd arg (using a duplicate value of the 1st arg).I believe there is some windows-incompatible code in the workspace resolver causing this, possibly here.
The text was updated successfully, but these errors were encountered: