Closed MaxFalcone closed 2 years ago
I changed the PSLiteDB.psd1
file and added explicit declaration of cmdlets, functions and aliases to be exported.
It works like this.
Thank you for reporting this. Seems to be happening only with powershell 5 and not with powershell 7. I am guessing something changed with .net, anyway need to investigate this a little more.
I changed the
PSLiteDB.psd1
file and added explicit declaration of cmdlets, functions and aliases to be exported. It works like this.
I’m getting as well, unfortunately your workaround didn’t work for me :(
Thanks @v2kiran , this seems to be fixed in Windows Powershell 5.1 with version 2.3.0 of the module.
@tylermiranda - welcome... forgot to mention that it was fixed in new version :) ...
install-module pslitedb -force
Description
When I'm trying to import pslitedb module it fails with error
Steps to reproduce
Install-Module PSLiteDB
orInstall-Module PSLiteDB -Scope AllUsers
Import-Module PSLiteDB
System info
Windows 10 or Windows Server 2019 Powershell 5 PSLiteDB 2.2.0