An Azure service that provides an integrated environment for bot development.
HI @romungi-MSFT, I executed suceesfully my making below changes. 1.//engine-strict=true removed this line from .npmrc file. 2.Used node verion 16. 3. npm i -g @microsoft/botframework-cli --target_arch=x64 (changed the command to run on x86 arch, even i tried changing the arch with external command it did not help). 4. When we r building schema we shud make sure that we are on x86 arch .. if not the bf folder which would be created during installing cli wil not be accessible.