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

Incorrect "HelpInfoUri" key in the module manifest #66

Open
k-j-kleist opened this issue Apr 6, 2018 · 2 comments
Open

Incorrect "HelpInfoUri" key in the module manifest #66

k-j-kleist opened this issue Apr 6, 2018 · 2 comments

Comments

@k-j-kleist
Copy link

Hi Aaron and thanks for your very useful utility.

Doing "update-help" (as administrator, using PowerShell v6.0.2 on Windows 10) causes this error:

C:\tmp# update-help
update-help : Failed to update Help for the module(s) 'nvm' with UI culture(s) {en-US} :
The value of the HelpInfoUri key in the module manifest must resolve to a container or root URL
on a website where the help files are stored. The HelpInfoUri
'https://github.com/aaronpowell/ps-nvm/blob/master/.docs/reference.md'
does not resolve to a container.
At line:1 char:1
+ update-help
+ ~~~~~~~~~~~
+ CategoryInfo          : InvalidOperation: (:) [Update-Help], Exception
+ FullyQualifiedErrorId : InvalidHelpInfoUri,Microsoft.PowerShell.Commands.UpdateHelpCommand
@aaronpowell
Copy link
Owner

hmm, well I've never actually run update-help against the module, I'm not actually sure how it works under the hood...

Going to have to do some research to work out how it works first 😛

@k-j-kleist
Copy link
Author

Nothing very urgent, of course, and I did hesitate before making noise about this.

I didn't run update-help "against" ps-nvm, but without arguments b.t.w.

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

No branches or pull requests

2 participants