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
@@ -78,6 +78,7 @@ The quickblox.js library is build from a number of **CommonJS modules** containe
78
78
These modules are combined through [browserify](http://browserify.org/) into a single `quickblox.js` file in the root and so this is the only file that needs to be included in a `<script>` tag OR in a RequireJS application OR in Node.js environment (everywhere). To build the library, use the [Grunt](http://gruntjs.com/) task runner:
79
79
80
80
* You need to have the dependencies listed in the package.json available, use `npm install` to load them.
81
+
* Install grunt-cli `npm install -g grunt-cli`
81
82
* Also you need install jasmine global `npm i -g jasmine` for tests.
0 commit comments