-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected error requirement failed: Source file x is a directory #297
Comments
p41n1
changed the title
Unexpected error requirement: Source file x is a directory
Unexpected error requirement failed: Source file x is a directory
Sep 8, 2023
Thanks for hunting this down! |
This was referenced Oct 12, 2023
Merged
Hi, thanks for applying the changes, I noticed the (Sorry it took so long.. I forgot about the issue) |
@p41n1 Release 2.0.22 contains the fix (including the one for the missing delete) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I noticed that on my Linux machine installing of a course didn't work, since I was able to install the course on my windows I opened an issue here.
What I tried:
I investigated the source code a bit and found the following line to be the cause of the problem: https://github.com/lunatech-labs/course-management-tools/blob/main/cmtc/src/main/scala/com/lunatech/cmt/client/command/Install.scala#L84
If I replace the
sbtio.move
line with:the installation works like a charm.
My question: Is this intended or a bug ?
Used version:
The text was updated successfully, but these errors were encountered: