tenseijs / tensei

🚀 Content management and distribution with a touch of elegance.
https://tenseijs.com
MIT License
570 stars 37 forks source link

Bug: Yarn create tensei failing #216

Open dennism501 opened 2 years ago

dennism501 commented 2 years ago

Bug report

Describe the bug

When I run yarn create tensei-app starwars-todo the installation is starting, but just fails with no error message. I have tried for both Rest and graphql

Steps to reproduce the behavior

run yarn create tensei-app starwars-todo

Expected behavior

To create a project after running yarn create tensei-app starwars-todo

Screenshots

image

System

bahdcoder commented 2 years ago

Thanks for reporting. did you successfully create the project with npm ?

dennism501 commented 2 years ago

Yeah I managed, but I got an issue here #217 I think it might be on my end, but I followed the docs and it didn't seem to work for me still.

bahdcoder commented 2 years ago

@dennism501 fixed with the latest release 🚀 .

Waiting for your feedback before merging.

dennism501 commented 2 years ago

image @bahdcoder i just tried creating a graphql type project and got this output.

bahdcoder commented 2 years ago

Thanks thanks will have another look

bedwardly-down commented 2 years ago

I'm having this issue on both Windows 11 (in Powershell) and WSL2 using just yarn. Works fine with NPX, though.

Interesting enough, using Ynpx 2.1.5 (it's the yarn equivalent of NPX) uses yarn to do everything and has no issues for me.

Node Version: 16.17.0 and 14.20.0 Yarn Version: 1.22.19