0

On Windows 10, using PowerShell 5.0.10586.494 the New-ModuleManifest cmdlet just returns after prompting for the file path. This goes against the documentation.

How to Write a Module Manifest

https://msdn.microsoft.com/en-us/library/dd878297(v=vs.85).aspx

Luke Puplett
  • 939
  • 3
  • 16
  • 24

1 Answers1

0

That's seemingly how it works these days. You just edit the created manifest by hand thereafter.

Luke Puplett
  • 939
  • 3
  • 16
  • 24