Closed saturbo closed 2 years ago
Thank you for the report @saturbo. What terminal are you using on Windows 10? The default powershell.exe, Windows Terminal, or another option like cmder?
Thank you for the report @saturbo. What terminal are you using on Windows 10? The default powershell.exe, Windows Terminal, or another option like cmder?
Hi jpogran I use the powershell 5.1.Below info for your reference.
PS D:\Work\VS\ni_puppet> $PSVersionTable
Name Value
PSVersion 5.1.19041.610 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.19041.610 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
Using PowerShell (by starting powershell.exe
) on a newly created Windows 10 machine I was able to walk through the interview steps.
Are you sure you are not starting PDK from another terminal like git bash or Windows Terminal?
Did you install PDK from a package or through the ruby gem?
Using PowerShell (by starting
powershell.exe
) on a newly created Windows 10 machine I was able to walk through the interview steps.Are you sure you are not starting PDK from another terminal like git bash or Windows Terminal?
Did you install PDK from a package or through the ruby gem?
Yes, I run the powershell.exe to start the shell and run the pdk command but fail with the output I paste before. I install the package using the msi package.
I re-install the PDK 2.0,0 and use choco to install the PDK once again , but still meet the same issue. I think it might not caused by the installation.
I agree it looks like it's not caused by the installation. I'll try to summarize your steps for far, correct me if I'm wrong:
# opens powershell.exe
PS C:\Users\UserName>
PS C:\Users\UserName> cd D:\Work\VS\ni_puppet>
PS D:\Work\VS\ni_puppet> pdk new module <module_name>
# select inputs, errors at step 4
It's likely something to do with the interview template code, but I need some more information to try to repo:
D:\
drive. Are there any special permissions on that drive that would prevent writes? Does this occur if you try to create it on the C:\
drive?This issue has been marked stale because it is open with no recent activity. The PDK Team is actively prioritizing existing bugs and new features, if this issue is still important to you please comment and we will add this to our backlog to complete.
This issue was closed because it is open with no recent activity. The PDK Team is actively prioritizing existing bugs and new features, if this issue is still important to you please comment and we will add this to our backlog to complete.
Describe the bug I was trying to create a new module after my first time installation but get stuck at step 4 with below output
Anyone facing as same issue as well?
Additional context