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
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: