-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
don't prompt for install + remove prettier plugins #80
Conversation
--skip + cd + install works well. But with default install I'm getting this Details
yarn cli +-+-+-+-+-+-+-+-+-+-+-+-+-+-+ ? Your project name: ffd ✔ 📁 Create project directory /Users/liana/Documents/prog/buidl-guidl/create-eth/ffd
code: 1, |
Ohh strange, I just tried it with same options chosen / dir name and it seems to work for me : My ClI Log :
Could you maybe try once : npx create-eth@latest --install Just to make sure its its not an problem with installing dependencies? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, I had test data from previous pr's 🤦
Good job, works well!
Works great @technophile-04 Good stuff!! |
BTW, should have we added a changeset here? |
Ohh yess! forgot about it :(, also btw could configure https://github.com/apps/changeset-bot in this repo which reminds to add changeset if necessary |
That bot is nice too. In any case, we need some kind of tweak in our workflow (release branches or auto-tag commits with versions or force changeset on PRs...) because if not it's hard to lose track code and the published npm version. |
Description:
--skip-install
is an escape hatch (not completely sure if we should remove or keep it but sometimes its pretty handy)