Closed nvminhtue closed 1 year ago
The file read errors should be fixed when 4.6
is released to hex.pm
(you can also instead download the 4.6 version template locally and reference it in mix.exs
instead).
Not sure on the postcss part though
@nvminhtue could you help to verify this issue again 🙏, we have just released the 4.6.0
@andyduong1920 @liamstevens111 It's working as expected now; thank you, guys.
Issue
Extracting the bundle from
nimble_template v4.5.0
got an error of not resolving thepostcss-scss
and can't read some tests That leads to the interruption when running themix nimble_template.gen --web
script.Expected
The generation script should be run flawlessly.
Steps to reproduce
mix archive.install hex phx_new
mix phx.new awesome_project
{:nimble_template, "~> 4.5.0", only: :dev, runtime: false}
to the mix depsmix do deps.get, deps.compile
mix nimble_template.gen --web