Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Cannot generate new projects #279

Closed
amclin opened this issue Mar 20, 2020 · 2 comments · Fixed by #280
Closed

Cannot generate new projects #279

amclin opened this issue Mar 20, 2020 · 2 comments · Fixed by #280
Labels
bug Something isn't working released

Comments

@amclin
Copy link
Owner

amclin commented Mar 20, 2020

Cannot generate new projects. I'm not prompted for a project name when running npx create-amclin-nextjs-app

WKMUS8756666:junk amclin$ npx create-amclin-nextjs-app
npx: installed 262 in 7.58s
error: missing required argument 'project-directory'
@amclin amclin added the bug Something isn't working label Mar 20, 2020
@amclin
Copy link
Owner Author

amclin commented Mar 20, 2020

Possible cause might have been the update to Commander 5.0.0 in #269

The problem does not present when running v3.11.13:

WKMUS8756666:junk amclin$ npx create-amclin-nextjs-app@=3.11.13
npx: installed 262 in 8.461s
? What is your project named? › my-app

amclin added a commit that referenced this issue Mar 20, 2020
CommanderJS 5.0.0 breaks compatibility causing the generator to fail.
Fixes #279
amclin pushed a commit that referenced this issue Mar 20, 2020
## [3.11.15](v3.11.14...v3.11.15) (2020-03-20)

### Bug Fixes

* **deps:** rollback CommanderJS to 4.1.1 ([364e9c6](364e9c6)), closes [#279](#279)
@amclin
Copy link
Owner Author

amclin commented Mar 20, 2020

🎉 This issue has been resolved in version 3.11.15 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant