Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit eccdf02

Browse files
authored
Update README.md (#1207)
* Update README.md Added troubleshooting section for install in Linux * Update README.md
1 parent fc92e9b commit eccdf02

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff 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+
2840
The 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-
4447
See [Porting Map](https://github.com/microsoft/botframework-cli/blob/main/PortingMap.md) for a mapping reference between old and new tools
4548

4649
## Overview

0 commit comments

Comments
 (0)