Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Windows 10 - 1803
PDK 1.6 and PDK 1.7
-
-
Needs Assessment
-
Enhancement
-
-
Needs Assessment
Description
When running the PDK new module command inside a PowerShell ISE window, it throws the following error and then locks the console (never returns)
PS C:\source\tmp> pdk --version
|
1.6.0
|
|
PS C:\source\tmp> pdk new module
|
ansicon.exe : pdk (INFO): Creating new module:
|
At C:\Program Files\WindowsPowerShell\Modules\PuppetDevelopmentKit\PuppetDevelopmentKit.psm1:14 char:5
|
+ &$env:DEVKIT_BASEDIR\private\tools\bin\ansicon.exe $env:RUBY_DIR\ ...
|
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
+ CategoryInfo : NotSpecified: (pdk (INFO): Creating new module: :String) [], RemoteException
|
+ FullyQualifiedErrorId : NativeCommandError
|
This was originally reported by Geoff Williams (geoff on Slack) who was also using PDK 1.7