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
When running this with pinned dependencies - it will cause other projects who also are pinned to those dependencies to stop building.
This makes it impossible to have both apps running at the same time as they are crushing the others app's build artifacts is my guess.
Once you have run the rescript compiler in next app it will then break once you make a change in a different app with that shared pinned dependency. (Image shown above)
rescript @ 9.1.4
The text was updated successfully, but these errors were encountered:
When running this with pinned dependencies - it will cause other projects who also are pinned to those dependencies to stop building.
This makes it impossible to have both apps running at the same time as they are crushing the others app's build artifacts is my guess.
Once you have run the rescript compiler in next app it will then break once you make a change in a different app with that shared pinned dependency. (Image shown above)
rescript @ 9.1.4
The text was updated successfully, but these errors were encountered: