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
Can you check if the submodule has been cloned? If the PolymorphicBlocks folder on your local copy doesn't exist or is empty, this indicates the submodule was not cloned.
To fix, on the repo directory, run git submodule update --init --recursive
The error message is that it couldn't find the subproject edg-compiler, which lives in the submodule as a local reference and isn't available on e.g. Maven.
I'm on windows 10 x64. In console mode I ran sbt then runIDE and it returns
Note: Unresolved dependencies path:
[error] (updateFull) sbt.librarymanagement.ResolveException: Error downloading edgcompiler:edgcompiler_2.13:0.1.0-SNAPSHOT
I can't face it for hours.
Many thanks in advence
The text was updated successfully, but these errors were encountered: