Skip to content
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

'exercism download' did not download to correct folder #964

Open
davidackroyd99 opened this issue Oct 12, 2020 · 2 comments
Open

'exercism download' did not download to correct folder #964

davidackroyd99 opened this issue Oct 12, 2020 · 2 comments

Comments

@davidackroyd99
Copy link

OS: Windows

So I installed Exercism with defaults and got a workspace in C:\users{MY_USER}\Exercism.
Next I did:

exercism download --exercise=hello-world --track=typescript

which downloaded it to ..\Exercism\typescript\hello-world. All fine.

Then, with my console in that hello-world directory, I downloaded another exercise and it placed it inside the hello-world directory, not the typescript one. So my next exercise path was:

..\Exercism\typescript\hello-world\space-age

This doesn't make a lot of sense to me from a new user perspective. I know a bit of Go so I could probably fix this issue (if it is one), so let me know if you want me to. Great project btw!

@kotp
Copy link
Member

kotp commented Oct 12, 2020

You are right, this does not make sense.

Can you show the output to exercism debug here?

@kotp
Copy link
Member

kotp commented Oct 12, 2020

And can you provide the output to exercism download --exercise=space-age --track=typescript

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants