You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed some modules with pre-release version, some not. Here is the problem, if I want to update all module, I have to:
Update-module
Update-module -Name $prerelease module -Allowprerelease
I think this can definitely be done by introduce set-module or update-module config by setting some module stick to prerelease, others not(this can include some pre-release module)