Skip to content
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

yarn generate:readme with inconsistent results #654

Closed
tillwestpfahl opened this issue Jul 15, 2024 · 4 comments · Fixed by #716
Closed

yarn generate:readme with inconsistent results #654

tillwestpfahl opened this issue Jul 15, 2024 · 4 comments · Fixed by #716

Comments

@tillwestpfahl
Copy link
Contributor

niristius commented 4 days ago
So I deleted the old branch since it was kinda stale and I am still trying to understand Node, yarn and oclif a bit more.
And since the changes are rather trivial I started over.

Sadly the yarn generate:readme command still adds newlines where they dont belong.

I tried

using Node 18, 20, 22
using oclif 4.14, 4.13, 4.12, 4.10, 3.17, 3.16, 3.15, 3.14
still no cigar.
@martin-helmich please advise

I have the same exact problem (see here). Also for some reason, the generated readme looks entirely different after a fresh repo clone.

Also yarn format changes the README formatting yet another way (which to be fair, is probably expected).

@niristius
Copy link
Contributor

This PR is stuggling with this aswell: #465

@niristius
Copy link
Contributor

And this one aswell: #687

@niristius
Copy link
Contributor

and also these
#699
#700

@martin-helmich
Copy link
Member

Did some digging on this; apparently, the output differs, depending on whether you're invoking yarn generate:readme or calling ./node_modules/.bin/oclif readme directly. Will investigate further. 🕵️‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants