MattCheely / elm-app-gen

A tool for generating Elm applications
Other
24 stars 4 forks source link

error: elm-app-gen-create(1) does not exist, try --help #18

Closed martindlarsson closed 5 years ago

martindlarsson commented 5 years ago

The text below speaks for itself i think: `success Installed "elm-app-gen@0.0.3" with binaries:

Options: -V, --version output the version number -h, --help output usage information

Commands: create Creates a new application help [cmd] display help for [cmd] Martins-MBP:kmti-admin martin$ elm-app-gen create error: elm-app-gen-create(1) does not exist, try --help Martins-MBP:kmti-admin martin$ elm-app-gen create testapp error: elm-app-gen-create(1) does not exist, try --help Martins-MBP:kmti-admin martin$ elm-app-gen help create error: elm-app-gen-create(1) does not exist, try --help Martins-MBP:kmti-admin martin$ elm-app-gen -V 0.0.3 `

MattCheely commented 5 years ago

Oh, that's interesting. It works fine installed with npm but fails with yarn. Only difference I see is the number of symlinks on my machine between the entry in $PATH and the actual file location. I'll try to get a fix out for this shortly.

Also, I'm surprised someone found this project! Sorry it's broken for you!

MattCheely commented 5 years ago

Hmm. Looks like this is an issue in commander, so I can't fix it directly. There is an open PR currently under review: https://github.com/tj/commander.js/pull/869/files

I will keep an eye on that and see if can push it along a bit if it does not update soon. Maybe in the meantime you can install with npm?

martindlarsson commented 5 years ago

Thanks npm worked fine!

I found your package through a user on the elm slack. He had used your yoman generator before.

Den mån 4 feb. 2019 03:19Matthew Cheely notifications@github.com skrev:

Hmm. Looks like this is an issue in commander, so I can't fix it directly. There is an open PR currently under review: https://github.com/tj/commander.js/pull/869/files

I will keep an eye on that and see if can push it along a bit if it does not update soon. Maybe in the meantime you can install with npm?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MattCheely/elm-app-gen/issues/18#issuecomment-460113471, or mute the thread https://github.com/notifications/unsubscribe-auth/ANazApMWo44IMGcT7wfwenWL1CyVE2DYks5vJ5i4gaJpZM4agU5H .

MattCheely commented 5 years ago

Commander has published a new version including: https://github.com/tj/commander.js/pull/935, so this should be working again.