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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: