-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
spawn wrap blocking release of 11.4.0 #735
Comments
@astorije I haven't released |
npm install nyc
CC: @sridharmallela |
Aaah, my bad, I could have sworn this was a npm publish snafu (this is far from an impossible situation to end up in!). Sorry for the patronization then :) |
@bcoe as |
@sridharmallela @astorije @codler could you please give |
FYI @bcoe 11.4.0 was fine for me, the missing piece was the complete release. Things still look 👌 on 11.4.1 :) |
v11.4.0 was released with the
dist-tag
ofnext
, butnpm install
picks uplatest
(default). I added a comment at e8225d5#commitcomment-25987704 about this. Sorry for the duplicate, but I figured a GitHub issue would be more suitable for communicating this.You need to fiddle with
npm dist-tag add
andnpm dist-tag rm
to remove the current tag on v11.4.0 and assign the correct one. This doc explains it well :)Thanks a lot for your hard work!!
The text was updated successfully, but these errors were encountered: