Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions articles/javascript/bot-builder-javascript-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ This quickstart walks you through building a bot by using the Yeoman Bot Builder
> For some installations the install step for restify is giving an error related to node-gyp.
> If this is the case try running `npm install -g windows-build-tools`.

> [!NOTE]
> For some installations the install step for restify is giving an error related to node-gyp.
> If this is the case try running `npm install -g windows-build-tools`.


The Bot Builder SDK for JavaScript consists of a series of [packages](https://github.com/Microsoft/botbuilder-js/tree/master/libraries) which can be installed from NPM using a special `@preview` tag.

# Create a bot
Expand Down
Loading