okibcn/wslcompact

Applet not found after installing it successfuly

Closed this issue · 1 comments

I ran this to install wslcompact from a PowerShell prompt:

PS C:\Users\warpd> iwr -useb https://raw.githubusercontent.com/okibcn/wslcompact/main/setup | iex
Downloading WslCompact...Done.
WslCompact Module installed. Type wslcompact -h to know more about it.

But when attempting to run it, I get this error:

wslcompact : La commande «wslcompact» a été trouvée dans le module «WslCompact», mais ce dernier n’a pas pu être chargé. Pour
plus d’informations, exécutez la commande «Import-Module WslCompact».
Au caractère Ligne:1 : 1

  • wslcompact
  •   + CategoryInfo          : ObjectNotFound: (wslcompact:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CouldNotAutoloadMatchingModule
    

I guess I should read the docs more carefully :)