-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
PSModule/Process-PSModule
#163Description
Describe the bug
When running Import-Module NerdFonts
:
Import-Module: The required module 'Fonts' is not loaded. Load the module or remove the module from 'RequiredModules' in the file '[...]\PowerShell\Modules\NerdFonts\1.0.23\NerdFonts.psd1'.
Module Fonts has been installed and imported.
Version information
Result of $PSVersionTable
:
Name Value
---- -----
PSVersion 7.5.1
PSEdition Core
GitCommitId 7.5.1
OS Microsoft Windows 10.0.26100
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Result of Get-Module -ListAvailable -Name 'NerdFonts'
:
ModuleType Version PreRelease Name PSEdition ExportedCommands
---------- ------- ---------- ---- --------- ----------------
Script 1.0.23 NerdFonts Core,Desk {Get-NerdFont, Install-NerdFont, Get-NerdFonts, Install-NerdFonts}
To reproduce
Import-Module NerdFonts
Code snippet
N/A
Relevant output
N/A
Metadata
Metadata
Assignees
Labels
No labels