halfzebra/create-elm-app

'create' command broken

janwirth opened this issue · 4 comments

Is this a bug report?

Yes

Logs

❯ npm i -g create-elm-app
/Users/wirthjan/n/bin/elm-app -> /Users/wirthjan/n/lib/node_modules/create-elm-app/bin/elm-app-cli.js
/Users/wirthjan/n/bin/create-elm-app -> /Users/wirthjan/n/lib/node_modules/create-elm-app/bin/create-elm-app-cli.js
npm WARN elm-webpack-loader@6.0.0 requires a peer of elm@0.19.0-no-deps || ^0.19.1 but none is installed. You must install peer dependencies yourself.

+ create-elm-app@4.1.1
updated 1 package in 26.232s
                                                                                                      
~   27s
❯ elm-app create slides

Usage: elm-app create <project-directory>

~
❯ node --version
v10.15.3

Hi Jan!

Thank you for the feedback! 👍

This is definitely a bug, elm-app create appname should behave just as create-elm-app appname.

Would you like to help to fix this?

I think this is a regression which is not present in 3~. Not sure where to start. If you point me in the direction I can take a look

🎉 This issue has been resolved in version 4.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Thank you!