Forum Discussion
TusharBhagat
May 05, 2019Copper Contributor
How to fix error while creating Tool extension from Windows Admin Center CLI
This is related to developing extension for Windows Admin Center. There is SDK provided for the same by Microsoft to develop extensions. here is detail documentation which I was following "https://do...
alexanderboswell
Microsoft
May 13, 2019TusharBhagat Can you run this in the same path you are trying to create an extension:
npm list
and let me know which version of the windows-admin-center-cli you have installed?
TusharBhagat
May 14, 2019Copper Contributor
I am little bit confused about version I can get for different CLI.
When I execute npm List in the same folder where I am going to create extension I am getting package version as windows-admin-center-cli@0.1.26 or if latest installed then windows-admin-center-cli@0.1.29
But I get different output when I am executing command npm wac-cli -v
6.9.0
But answer to your question, I am getting version 0.1.26