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

Fix version check for cases where no version with a certain tag was published #25

Closed
wants to merge 1 commit into from
Closed

Fix version check for cases where no version with a certain tag was published #25

wants to merge 1 commit into from

Conversation

RubenVerborgh
Copy link

npm gives empty output when no version for a certain tag is published:

$ npm view underscore@whatever

This PR takes that into account.

Closes #24

@JamesMessinger
Copy link
Member

I believe this PR is no longer needed because #19 solves the same issue. Please let me know if that's not the case.

@RubenVerborgh
Copy link
Author

@JamesMessinger It does not. #19 does not check for empty stdout.

@JamesMessinger
Copy link
Member

ah, ok. Thanks for clarifying that. I'll fix that really quick and release an updated version

@JamesMessinger
Copy link
Member

Ok, this is fixed now. Released as v1.4.2

@RubenVerborgh RubenVerborgh deleted the fix/unpublished-version branch January 3, 2021 18:10
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 this pull request may close these issues.

Error: TypeError: Unable to determine the current version of @owner/repo on NPM.
2 participants