botbuilder : Bot Builder is a dialog system for building rich bots on virtually any platform.. You can installing botbuilder npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install botbuilder $ sudo npm install -g botbuilder
If want to update the botbuilder package execute the command as below,
$ sudo npm update botbuilder
Update package globally,
$ npm install -g botbuilder
$ sudo git clone https://github.com/rektide/botbuilder.git
$ sudo npm install -g ./botbuilder
botbuilder@3.12.0 /usr/lib/node_modules/botbuilder
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall botbuilder
Package Name | botbuilder |
Version | 3.12.0 |
Description | Bot Builder is a dialog system for building rich bots on virtually any platform. |
Released Date | 2017-11-15T22:30:32.009Z |
Published by | botframework |
How to Learn | https://www.npmjs.com/package/botbuilder/tutorial |