coderoad/coderoad-cli

Coderoad validate keeps giving error

moT01 opened this issue · 2 comments

moT01 commented

coderoad validate always gives me this error...

Screen Shot 2020-08-10 at 3 28 40 PM

Not sure if I'm doing something wrong.

ShMcK commented

@moT01 I haven't been able to replicate the issue, but if you could:

  1. test this version of the CLI in #73. To test: run yarn && yarn build. It should install the package locally.
  2. then verify the coderoad --version you have locally is using 0.6.1.
  3. If so, try coderoad validate again.

If the issue persists, I'm guessing its because the temporary .tmp directory wasn't cleaned up. I'll have to look it to how that happens. You can safely erase it manually.

moT01 commented

This seems to be fixed. I was able to run it without the error. I will keep an eye on it.