You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
What CLI version are you using. @microsoft/botframework-cli/4.11.0 win32-x64
What Nodejs version are you using node-v14.15.1
What command-line interpreters are you using: Powershell or cmd, same problem
What OS are you using: Windows 10
Describe the bug
When running the bf qnamaker:init command, get the error below
node.exe : What is your QnAMaker access/subscription key? (found on the Cognitive Services Azure portal page under "access keys") : (node:9484) Warning: Accessing
non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency
At C:\Users\xxxxxxxxx\AppData\Roaming\npm\bf.ps1:15 char:3
+ & "node$exe" "$basedir/node_modules/@microsoft/botframework-cli/bi ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (What is your Qn...ular dependency:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
(Use `node --trace-warnings ...` to show where the warning was created)
(node:9484) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency
To Reproduce
Steps to reproduce the behavior:
Installed bf cli per documentation: npm i -g @microsoft/botframework-cli
Ran command: bf qnamaker:init
Expected behavior
Apparently this should be prompting me for my qna access/subscription key