From 0187cee177d7c55071ba5b75a563f0fb63fc0b26 Mon Sep 17 00:00:00 2001 From: Cornelius Schmale Date: Fri, 31 Oct 2014 20:31:52 +0100 Subject: [PATCH] docs(readme): install jasmine-core separately --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af71d5f..0ff8ab4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,11 @@ You can simple do it by: npm install karma-jasmine@2_0 --save-dev ``` - +__Note:__ +Since `karma-jasmine 0.3.0` the jasmine library is no longer bundled with `karma-jasmine` and you have to install it on your own. You can simple do it by: +```bash +npm install jasmine-core --save-dev +``` ## Configuration ```js // karma.conf.js