This repository was archived by the owner on Jan 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed
Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -24,23 +24,26 @@ $ npm i -g @microsoft/botframework-cli
2424$ bf
2525~~~
2626
27+ ## Troubleshooting
28+
29+ For installation failures in some Linux platforms, try one of the following workarounds:
30+ - Upgrade npm to version 7.9
31+ - Install without the '-g' option and use [ npx] ( https://www.npmjs.com/package/npx )
32+
33+ ~~~
34+ $ npm i @microsoft/botframework-cli
35+ $ npx bf
36+ ~~~
37+
2738## Available Commands
39+
2840The following commands are currently available:
2941* [ Chatdown] [ 1 ]
3042* [ Config] [ 2 ]
3143* [ Dialog] [ 3 ]
3244* [ Luis] [ 4 ]
3345* [ QnAMaker] [ 5 ]
3446
35- <!--
36- Preview commands (Install running [bf plugins](https://github.com/microsoft/botframework-cli/tree/main/packages/plugins#microsoftbf-cli-plugins))
37- * [Dialog](https://github.com/microsoft/botframework-cli/tree/main/packages/dialog)
38- -->
39-
40- #### Future Commands
41- The following commands will be ported in upcoming releases:
42- * Dispatch
43-
4447See [ Porting Map] ( https://github.com/microsoft/botframework-cli/blob/main/PortingMap.md ) for a mapping reference between old and new tools
4548
4649## Overview
You can’t perform that action at this time.
0 commit comments