DTW-DanWard/PowerShell-Beautifier

import-module returns Error.

NicTanghe opened this issue · 2 comments

Hello i'm using powershell 7.
here's what i tried.


> Install-Module -Name PowerShell-Beautifier

> Import-Module .\PowerShell-Beautifier.psd1
Import-Module: The specified module '.\PowerShell-Beautifier.psd1' was not loaded because no valid module file was found in any module directory.

my module folder also didnt contain anything new.

works fine if i get it from git and import it from there.

This seems to be a documentation issue per #54. Try this instead:

Import-Module PowerShell-Beautifier