Closed bmitc closed 2 years ago
@bmitc I need to make a new release because I've already removed that dep from master. I'll look into it in a bit 👍
Sounds great! I tried debugging which of the dependencies of Markdown was causing this, but if you've removed Markdown, then that probably removes the troubled dependency. Thanks for taking a look into it!
@bmitc can you upgrade to 0.8 ? I don't have Windows to test it, but I removed that dependency, so it should be one step closer
Upgraded to 0.8
and none of mix deps.get
, mix compile
, mix test
, or mix still.dev
error out on dependencies now. Thanks for the fix!
Reproduction steps, on Windows 11:
mix archive.install hex still_new
mix still.new my_site
mix deps.get
mix still.dev
Step (4) returns the error:
This of course probably stems from the underlying dependencies, either Hoedown and/or Markdown, but it prevents this package being used on Windows. It's also possible the installation section in the README will need updating.