Phil-Factor / PSYaml

A Powershell module to convert YAML documents to and from PowerShell objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install-Module doest not work

vineetbindal opened this issue · comments

PackageManagement\Install-Package : No match was found for the specified search criteria and module name 'PSYaml'. Try Get-PSRepository to see all available registered module repositories.

Getting this when trying to install the module

Seems to be this project on PSGallery https://www.powershellgallery.com/packages/FXPSYaml/1.0.3
It says to install with Install-Module -Name FXPSYaml

Documentation should be updated, then.