You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21872a0
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.
@yangshun Can you publish to npm?
21872a0
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.
Hey @azu I think I have done that - https://www.npmjs.com/package/tree-node-cli says 1.2.0
21872a0
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.
@yangshun Oh, Thanks.
I've confirmed latest version is 1.2.0 on npm web.
But,
npm info tree-node-cli@latest
point to1.1.1
in my local machine.Notes:
RunKit can find @1.2.0
unpkg can not find https://unpkg.com/[email protected]
I think that npm have trouble about publishing and something wrong.
Probably, Time will heal this issue.
21872a0
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.
That's odd. I'll investigate tonight. Are you using this package in any of your projects?
21872a0
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.
Yes, my project use this indirectly.
Docusaurus use tree-node-cli.
https://github.com/facebook/Docusaurus/blob/a603aff193096195bd805b5755f662d981d0857e/package.json#L64
21872a0
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.
Oh wow I didn't know textlint's website is on Docusaurus! Nice! I'm a big fan of textlint btw 😄
Would you want to feature textlint on Docusaurus website as a user? Docusaurus will be honored to include textlint!
21872a0
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.
Yeah! I'll submit PR later.
FYI: I've found similar issue on rxjs ReactiveX/rxjs#3729
It has been reoslved by times.